[issue4188] Lib/threading.py causes infinite recursion when running as verbose

Antoine Pitrou report at bugs.python.org
Sat Jul 31 13:34:37 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

The patch looks ok.
A more robust solution would be to modify _note() so that it never creates a DummyThread, and instead uses the raw thread id if the current thread doesn't have a corresponding Thread object.

----------
nosy: +gps, pitrou
stage: unit test needed -> patch review

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


More information about the Python-bugs-list mailing list