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 benjamin.peterson
Recipients Trundle, benjamin.peterson, ncoghlan
Date 2011-02-28.22:43:39
SpamBayes Score 2.0191285e-06
Marked as misclassified No
Message-id <1298933021.94.0.0546494610143.issue11349@psf.upfronthosting.co.za>
In-reply-to
Content
It's a chicken and egg problem because proper module finalization techniques like #812369 are bogged down by static globals in extension modules, and proper state storage in modules is prevented by proper module finalization.
History
Date User Action Args
2011-02-28 22:43:42benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, Trundle
2011-02-28 22:43:41benjamin.petersonsetmessageid: <1298933021.94.0.0546494610143.issue11349@psf.upfronthosting.co.za>
2011-02-28 22:43:39benjamin.petersonlinkissue11349 messages
2011-02-28 22:43:39benjamin.petersoncreate