New submission from Mark Florisson <markflorisso...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue4684>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to