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 terry.reedy
Recipients brian.curtin, ezio.melotti, georg.brandl, michael.foord, ocean-city, pitrou, r.david.murray, terry.reedy
Date 2012-07-22.07:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342943925.85.0.322129738163.issue10652@psf.upfronthosting.co.za>
In-reply-to
Content
Hirokazu's original patch was to restore sys.modules after *every* test, not just sys.modules. That *did* cause problems because (at minimum) of references in importlib. Restoring only after __all__ would only let test_tcl run but not test_tk. And that is assuming alphabetic, not randomized order.
History
Date User Action Args
2012-07-22 07:58:45terry.reedysetrecipients: + terry.reedy, georg.brandl, pitrou, ocean-city, ezio.melotti, r.david.murray, michael.foord, brian.curtin
2012-07-22 07:58:45terry.reedysetmessageid: <1342943925.85.0.322129738163.issue10652@psf.upfronthosting.co.za>
2012-07-22 07:58:45terry.reedylinkissue10652 messages
2012-07-22 07:58:45terry.reedycreate