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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, belopolsky, georg.brandl, georg.brandl, jimjjewett
Date 2008-01-31.08:37:34
SpamBayes Score 0.13249293
Marked as misclassified No
Message-id <1201768656.23.0.123641352943.issue1545463@psf.upfronthosting.co.za>
In-reply-to
Content
In PyImport_Cleanup(), sys and __builtin__ are the last ones deleted.
What if PyGC_Collect() is called just before?
History
Date User Action Args
2008-01-31 08:37:36amaury.forgeotdarcsetspambayes_score: 0.132493 -> 0.13249293
recipients: + amaury.forgeotdarc, georg.brandl, jimjjewett, belopolsky, gbrandl.historic
2008-01-31 08:37:36amaury.forgeotdarcsetspambayes_score: 0.132493 -> 0.132493
messageid: <1201768656.23.0.123641352943.issue1545463@psf.upfronthosting.co.za>
2008-01-31 08:37:35amaury.forgeotdarclinkissue1545463 messages
2008-01-31 08:37:34amaury.forgeotdarccreate