mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-33078 - Fix queue size on pickling error (GH-6119)
This commit is contained in:
parent
9308dea3e1
commit
e2f33add63
3 changed files with 23 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
Fix the size handling in multiprocessing.Queue when a pickling error
|
||||
occurs.
|
Loading…
Add table
Add a link
Reference in a new issue