[issue14623] Shutdown exception in daemon thread

2012-04-19 Thread Mike Hobbs
New submission from Mike Hobbs mho...@8thbridge.com: This issue is very similar to the issue original reported in issue1722344, except that it occurs in daemon threads. Here's a sample exception: Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most

[issue14623] Shutdown exception in daemon thread

2012-04-19 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Would it be correct to terminate daemon threads prior to wiping the globals, since the threads won't be able to accomplish much anyway? Daemon threads are not actually terminated by the Python interpreter, they just keep running in the