Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

multiprocessing.Queue: Exceeding a certain amount of bytes in the queue prevents proper exit 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#128186 opened Dec 22, 2024 by ebonnal
multiprocessing.Pool does not properly restore blocked signals stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#127586 opened Dec 4, 2024 by stephen-hansen
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
_pickle.PicklingError on 3.14.0a1+ where it didn't before due to the start method change from fork to forkserver 3.14 new features, bugs and security fixes docs Documentation in the Doc dir stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#125714 opened Oct 18, 2024 by progval
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
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 multiprocessing.managers: pickling, nesting, etc stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#119937 opened Jun 2, 2024 by zpz
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
AcquirerProxy object has no attribute locked stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#115942 opened Feb 26, 2024 by ccaruceru
ProTip! Exclude everything labeled bug with -label:bug.