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 janssen
Recipients janssen, loewis, ssoria
Date 2010-01-13.03:26:31
SpamBayes Score 0.00014216677
Marked as misclassified No
Message-id <1263353195.14.0.756046339956.issue7672@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, I'm thinking that the module object has a __del__ method, and we could un-register the callbacks there.  But I don't know if that method would ever get called.  How does the act of "unloading a library" interact with the initialized Python interpreter?
History
Date User Action Args
2010-01-13 03:26:36janssensetrecipients: + janssen, loewis, ssoria
2010-01-13 03:26:35janssensetmessageid: <1263353195.14.0.756046339956.issue7672@psf.upfronthosting.co.za>
2010-01-13 03:26:31janssenlinkissue7672 messages
2010-01-13 03:26:31janssencreate