[issue1722344] Thread shutdown exception in Thread.notify()

Adam Olsen report at bugs.python.org
Fri May 2 01:57:10 CEST 2008


Adam Olsen <rhamph at gmail.com> added the comment:

This bug was introduced by r53249, which was fixing bug #1566280.

Fixed by moving the WaitForThreadShutdown call into Py_Finalize, so all
shutdown paths use it.  I also tweaked the name to follow local helper
function conventions.

Martin, since you did the previous fix, can you review this one?

----------
keywords: +patch
nosy: +loewis
Added file: http://bugs.python.org/file10154/nondaemon_thread_shutdown.diff

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1722344>
_____________________________________


More information about the Python-bugs-list mailing list