[Python-Dev] bug 754449 and threads raising exceptions at interpreter teardown (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Tue Feb 10 15:24:58 EST 2004


Jeremy Hylton wrote:

What about daemon threads? They are running by intention when the program exits, otherwise they wouldn't be daemon threads.

Right. Shutting down a process using daemon threads should not cause an exception. So this is clearly a bug, or it would be one if it was reproducable in an example involving daemon threads.

Regards, Martin



More information about the Python-Dev mailing list