[issue11166] No exit when daemon thread is running.

2012-11-03 Thread A.M. Kuchling
A.M. Kuchling added the comment: Closing, since the original reporter believes the problem was fixed. -- nosy: +akuchling resolution: -> out of date status: open -> closed ___ Python tracker __

[issue11166] No exit when daemon thread is running.

2011-02-18 Thread Dan Mahn
Dan Mahn added the comment: Seems to be fixed in RC3 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue11166] No exit when daemon thread is running.

2011-02-09 Thread Dan Mahn
New submission from Dan Mahn : I have a python-based test script that creates a daemon thread. The foreground basically runs a loop of commands, while the daemon thread sends some UDP data on the network. To stop the script, I use Control-C. This is running under 64-bit Windows (Vista) with