[issue20516] Concurrent.futures base concurrency improvement (with patch)

Glenn Langford report at bugs.python.org
Sat Feb 8 14:49:40 CET 2014


Glenn Langford added the comment:

> Actually, I think what you're seeing here is the context manager being
garbage collected

Yes indeed, I am with you now. Thanks for identifying the problem, and for your explanation. The future should not be yielded while locked.

----------

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


More information about the Python-bugs-list mailing list