]> 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:37:09 +0000 (00:37 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 9 Nov 2011 23:37:09 +0000 (00:37 +0100)
commita3651136790d3ec8291a07b1a5af8f0353e59c20
treed6d6421d712acb3375b8847046e13c1855262a9c
parent69d44fdb90fda47a1d6a46e3a49f67487b84c3ac
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