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 pitrou
Recipients Arfrever, Robin.Schreiber, asvetlov, effbot, eli.bendersky, pitrou, python-dev
Date 2013-08-10.17:38:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376156314.2570.1.camel@fsol>
In-reply-to <1376147246.03.0.431690684519.issue15651@psf.upfronthosting.co.za>
Content
> Antoine, I committed your patch (with a bit of comments added),
> *leaving the module caching in*.

Thanks!

> A longer term solution to all this will be
> http://mail.python.org/pipermail/python-dev/2013-August/127766.html -
> I want to eventually run all "monkey-patch the import environment to
> simulate some situation" sub-tests of ET in different subprocesses to
> they are kept independent.

I find it useful that the test suite stresses module unloading or
reloading. There's probably a bug either in ET or in the ET tests. I'm
not saying it's a very important issue of course, but IMHO it would be
better if we don't try to swipe it under the carpet :-)
History
Date User Action Args
2013-08-10 17:38:42pitrousetrecipients: + pitrou, effbot, Arfrever, eli.bendersky, asvetlov, python-dev, Robin.Schreiber
2013-08-10 17:38:42pitroulinkissue15651 messages
2013-08-10 17:38:42pitroucreate