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 taleinat
Recipients ezio.melotti, michael.foord, rbcollins, serhiy.storchaka, taleinat
Date 2018-06-05.11:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528199949.4.0.592728768989.issue33748@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that adding a directory to sys.path is the intended behavior of `loader.discover()`. Should the test be restoring sys.path back to it original value when it's done?

Also, shouldn't this test (and some others) be restoring sys.modules when they're done?
History
Date User Action Args
2018-06-05 11:59:09taleinatsetrecipients: + taleinat, rbcollins, ezio.melotti, michael.foord, serhiy.storchaka
2018-06-05 11:59:09taleinatsetmessageid: <1528199949.4.0.592728768989.issue33748@psf.upfronthosting.co.za>
2018-06-05 11:59:09taleinatlinkissue33748 messages
2018-06-05 11:59:09taleinatcreate