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 techtonik
Recipients sbt, serhiy.storchaka, techtonik
Date 2012-12-19.17:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355939804.58.0.703345123112.issue16718@psf.upfronthosting.co.za>
In-reply-to
Content
This is not repeatable in Python 3. Is it possible to fix it for Python 2 as well?

Is it possible to postpone registration until the import is finished successfully? Or at least give atexit handler a chance to run before global variable stack is purged? Or destroy atexit handler if its namespace is purged?
History
Date User Action Args
2012-12-19 17:56:56techtoniksetrecipients: + techtonik, sbt, serhiy.storchaka
2012-12-19 17:56:44techtoniksetmessageid: <1355939804.58.0.703345123112.issue16718@psf.upfronthosting.co.za>
2012-12-19 17:56:42techtoniklinkissue16718 messages
2012-12-19 17:56:38techtonikcreate