-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
Issues: python/cpython
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
multiprocessing.Queue
: Exceeding a certain amount of bytes in the queue prevents proper exit
3.12
#128186
opened Dec 22, 2024 by
ebonnal
multiprocessing.Pool
does not properly restore blocked signals
stdlib
#127586
opened Dec 4, 2024 by
stephen-hansen
multiprocessing.Process() with method fork() works not the same with os.fork() on unloading of .so files
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#127213
opened Nov 24, 2024 by
Yi-sir
multiprocessing async .get() hangs if the pool is terminated
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#126743
opened Nov 12, 2024 by
mdavis-xyz
Weirdo multiprocessing: Shared objects taking more time in sharing smaller data than larger data between multiple processes.
extension-modules
C modules in the Modules dir
pending
The issue will be closed if no feedback is provided
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#126471
opened Nov 6, 2024 by
ayushbisht2001
multiprocessing.Event.set() can deadlock when called from a signal handler or trace function
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#126434
opened Nov 5, 2024 by
ivarref
Multiprocessing Semaphore and BoundedSemaphore - incomplete features ('get_value' missing) on MacOSX.
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#125828
opened Oct 22, 2024 by
YvesDup
_pickle.PicklingError
on 3.14.0a1+ where it didn't before due to the start method change from fork to forkserver
3.14
#125714
opened Oct 18, 2024 by
progval
Repeated creation of ProcessPoolExecutor leads to "Too many open files"
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#124706
opened Sep 27, 2024 by
JelleZijlstra
multiprocessing.Barrier does not return if waiting process is terminated (tested on windows)
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#123899
opened Sep 10, 2024 by
jpvolkmann
multiprocessing.connection.Client deadlocks when trying to connect to a listener without a password
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#123736
opened Sep 5, 2024 by
MarcinKonowalczyk
Creating An unexpected behavior, bug, or error
multiprocessing.Queues
operates strangely with Process
's created in classes
topic-multiprocessing
type-bug
#123208
opened Aug 21, 2024 by
Moosems
multiprocessing.Pool: leak of global named resources using multiprocessing spawn
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#122770
opened Aug 7, 2024 by
vindex10
‘resource_tracker.py’ warns for multiple leaked objects even if only single leak during multiprocessing
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#120280
opened Jun 8, 2024 by
ethanknights
Importing multiprocessing breaks _checkmodule in _pickle.c
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#120170
opened Jun 6, 2024 by
li-dan
Multiple bugs in Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
multiprocessing.managers
: pickling, nesting, etc
stdlib
#119937
opened Jun 2, 2024 by
zpz
Inconsistent KeyboardInterrupt Handling in multiprocessing due to Context Manager Order
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#119104
opened May 16, 2024 by
hcording
Allow A feature request or enhancement
multiprocessing
Servers to return non-callables
topic-multiprocessing
type-feature
#118231
opened Apr 24, 2024 by
christophertubbs
Inconsistent behaviour of multiprocessing.shared_memory
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#116849
opened Mar 15, 2024 by
Souradeep1995
Improve documentation on multiprocessing synchronization-between-processes
docs
Documentation in the Doc dir
topic-multiprocessing
#116526
opened Mar 8, 2024 by
HCharlie
Multiprocessing queues hanging if put/joined in the wrong order
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#116400
opened Mar 6, 2024 by
dinsmoro
multiprocessing.Process stuck on start method if subprocess used in process.
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#116249
opened Mar 2, 2024 by
KostromDan
Mention that Documentation in the Doc dir
topic-multiprocessing
multiprocessing.connection.Connection.send
(and friends) can block
docs
#116059
opened Feb 28, 2024 by
pohlt
AcquirerProxy
object has no attribute locked
stdlib
#115942
opened Feb 26, 2024 by
ccaruceru
ProcessPoolExecutor hangs when 1<max_tasks_per_child<num_submitted//max_workers
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
#115634
opened Feb 18, 2024 by
dalleyg
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.