]> granicus.if.org Git - python/commit
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 9 Nov 2011 23:33:50 +0000 (00:33 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 9 Nov 2011 23:33:50 +0000 (00:33 +0100)
commit6a570d6b9af07a03859dd2175086e45ab60f4ee9
treecbce8dfd66ad66b2f0dcde9c79fcc3fcf3abdd1d
parentcb65f3249a37e8e092eb566c77101cf961e23be6
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
when called with a timeout.  Patch by Arnaud Ysmal.
Lib/multiprocessing/queues.py
Misc/ACKS
Misc/NEWS