Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 9 Nov 2011 23:38:25 +0000 (00:38 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 9 Nov 2011 23:38:25 +0000 (00:38 +0100)
when called with a timeout.  Patch by Arnaud Ysmal.

1  2 
Lib/multiprocessing/queues.py
Misc/ACKS
Misc/NEWS

Simple merge
diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
Simple merge