[issue14073] allow per-thread atexit()

Graham Dumpleton report at bugs.python.org
Wed Feb 22 09:16:59 CET 2012


Graham Dumpleton <Graham.Dumpleton at gmail.com> added the comment:

Reality is that the way Python behaviour is defined/implemented means that it will wait for non daemonised threads to complete before exiting.

Sounds like the original code is wrong in not setting it to be daemonised in the first place and should be reported as a bug in that code rather than fiddling with the interpreter.

----------

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


More information about the Python-bugs-list mailing list