This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients
Date 2004-06-03.05:08:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

Yep, that is how Python cleans up a module; sets everything in the 
module to None and then removes it from sys.modules .

As for your case, I don't know enough about daemonized threads.  My 
patch for this only tries to let the exception make it to the top without 
'threading' hiding the exception by causing its own exception from 
interpreter shutdown.  In other words I don't know if this is a related 
issue or not.
History
Date User Action Args
2007-08-23 14:13:55adminlinkissue754449 messages
2007-08-23 14:13:55admincreate