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 vstinner
Recipients msmhrt, ned.deily, python-dev, vstinner
Date 2014-07-07.21:10:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404767417.2.0.438788798095.issue21925@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know if it's the best trick, but here is a patch to unload the __main__ module first in PyImport_Cleanup().
History
Date User Action Args
2014-07-07 21:10:17vstinnersetrecipients: + vstinner, ned.deily, python-dev, msmhrt
2014-07-07 21:10:17vstinnersetmessageid: <1404767417.2.0.438788798095.issue21925@psf.upfronthosting.co.za>
2014-07-07 21:10:17vstinnerlinkissue21925 messages
2014-07-07 21:10:16vstinnercreate