[issue10444] A mechanism is needed to override waiting for Python threads to finish
Michael Hughes
report at bugs.python.org
Sun Mar 20 00:04:39 CET 2011
Michael Hughes <michaelahughes at gmail.com> added the comment:
Hey guys
We don't always have control over all of the threads launched within our application. We might have inexperienced users writing basic scripts using threads, but they don't know enough about setting them to Daemon. Previous versions of the Python interpreter we were using in our app didn't block.
I'd like an option to override the blocking, because for our application, for the most part, we do want it to always quit and not wait for threads to quit properly.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10444>
_______________________________________
More information about the Python-bugs-list
mailing list