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.03:09:49
SpamBayes Score 0.023419399
Marked as misclassified No
Message-id <1298862591.43.0.800714920753.issue11349@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately "proper" module finalization is an invitation to more segfaults because modules can be finalized before objects in them are, resulting in segfaults when its attempted to access modules.
History
Date User Action Args
2011-02-28 03:09:51benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, Trundle
2011-02-28 03:09:51benjamin.petersonsetmessageid: <1298862591.43.0.800714920753.issue11349@psf.upfronthosting.co.za>
2011-02-28 03:09:49benjamin.petersonlinkissue11349 messages
2011-02-28 03:09:49benjamin.petersoncreate