bpo-33078 - Fix queue size on pickling error (GH-6119)

This commit is contained in:
Thomas Moreau 2018-03-21 16:50:28 +01:00 committed by Antoine Pitrou
parent 9308dea3e1
commit e2f33add63
3 changed files with 23 additions and 2 deletions

View file

@ -0,0 +1,2 @@
Fix the size handling in multiprocessing.Queue when a pickling error
occurs.