[issue10444] A mechanism is needed to override waiting for Python threads to finish

Michael Hughes report at bugs.python.org
Wed Nov 17 15:04:21 CET 2010


New submission from Michael Hughes <michaelahughes at gmail.com>:

We use the Python interpreter embedded in our application, and would prefer to not block an exit of our application waiting for non-daemon threads to finish.

I would like a mechanism exposed that queries for whether or not to wait.

----------
components: Library (Lib)
messages: 121354
nosy: michaelahughes
priority: normal
severity: normal
status: open
title: A mechanism is needed to override waiting for Python threads to finish
type: feature request
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list