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 ncoghlan
Recipients BreamoreBoy, andrea.corbellini, arigo, belopolsky, brett.cannon, cburroughs, christian.heimes, glchapman, gregory.p.smith, loewis, nascheme, ncoghlan, pitrou
Date 2012-02-17.03:47:59
SpamBayes Score 0.00032156662
Marked as misclassified No
Message-id <1329450480.88.0.996692833632.issue812369@psf.upfronthosting.co.za>
In-reply-to
Content
In #14035, Florent pointed out the current behaviour potentially causes problems for some uses of import_fresh_modules() in the test suite (with globals sometimes being set to None if there's no indepenent reference to the module).

GC based module cleanup would avoid that problem automatically.
History
Date User Action Args
2012-02-17 03:48:01ncoghlansetrecipients: + ncoghlan, loewis, brett.cannon, arigo, nascheme, glchapman, gregory.p.smith, belopolsky, pitrou, christian.heimes, andrea.corbellini, cburroughs, BreamoreBoy
2012-02-17 03:48:00ncoghlansetmessageid: <1329450480.88.0.996692833632.issue812369@psf.upfronthosting.co.za>
2012-02-17 03:47:59ncoghlanlinkissue812369 messages
2012-02-17 03:47:59ncoghlancreate