[issue14623] Shutdown exception in daemon thread

2012-04-19 Thread Antoine Pitrou
Antoine Pitrou 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 background until t

[issue14623] Shutdown exception in daemon thread

2012-04-19 Thread Mike Hobbs
New submission from Mike Hobbs : 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 recent call last): Fil