[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
- Previous message: [Python-Dev] bug 754449 and threads raising exceptions at interpreter teardown
- Next message: [Python-Dev] bug 754449 and threads raising exceptionsat interpreter teardown
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] bug 754449 and threads raising exceptions at interpreter teardown
- Next message: [Python-Dev] bug 754449 and threads raising exceptionsat interpreter teardown
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]