[New-bugs-announce] [issue4684] sys.exit() exits program when non-daemonic threads are still running

Mark Florisson report at bugs.python.org
Wed Dec 17 18:59:08 CET 2008


New submission from Mark Florisson <markflorisson88 at gmail.com>:

sys.exit() exits the program when non-daemonic threads are still
running, in versions >= 2.5. 

Test included. A demonstration here: http://paste.pocoo.org/show/95766/
(On debian GNU/Linux)

----------
components: None
files: foo.py
messages: 77978
nosy: eggy
severity: normal
status: open
title: sys.exit() exits program when non-daemonic threads are still running
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0
Added file: http://bugs.python.org/file12381/foo.py

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


More information about the New-bugs-announce mailing list