[issue21913] Possible deadlock in threading.Condition.wait() in Python 2.7.7

Josh Rosenberg report at bugs.python.org
Sat Jul 5 16:15:28 CEST 2014


Josh Rosenberg added the comment:

Antoine: It's possible this is a legitimate failure in the signal handling code. The lack of a RuntimeError seems more likely to be due to the code never executing, not an issue with Condition.wait/Condition.notify.

----------

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


More information about the Python-bugs-list mailing list