[issue20319] concurrent.futures.wait() can block forever even if Futures have completed

Brian Quinlan report at bugs.python.org
Sat Feb 1 02:06:27 CET 2014


Brian Quinlan added the comment:

Oops, no. That was junk due to my sloppiness. I’ll fix it in a minute.

On Jan 31, 2014, at 5:03 PM, STINNER Victor <report at bugs.python.org> wrote:

> 
> STINNER Victor added the comment:
> 
>> New changeset 0bcf23a52d55 by Brian Quinlan in branch 'default':
>> Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed
>> http://hg.python.org/cpython/rev/0bcf23a52d55
> 
> Hum, the change also contains:
> 
> +Fix warning message when `os.chdir()` fails inside
> +  `test.support.temp_cwd()`.  Patch by Chris Jerdonek.
> 
> Is it related to this issue?
> 
> ----------
> 
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue20319>
> _______________________________________

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20319>
_______________________________________


More information about the Python-bugs-list mailing list