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 serhiy.storchaka, vstinner, xtreak
Date 2018-09-26.16:07:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537978044.11.0.545547206417.issue28655@psf.upfronthosting.co.za>
In-reply-to
Content
> I can confirm this on 3.6. Interestingly `--fail-env-changed` flag didn't catch this but running in verbose mode failed.

Oh... When using -j0, regrtest doesn't spawn worker processes using -I: the flag is simply omitted... As a side effect, forget() in test_import doesn't remove pyc_file from the current directory.

I created bpo-34812 to track this issue.
History
Date User Action Args
2018-09-26 16:07:24vstinnersetrecipients: + vstinner, serhiy.storchaka, xtreak
2018-09-26 16:07:24vstinnersetmessageid: <1537978044.11.0.545547206417.issue28655@psf.upfronthosting.co.za>
2018-09-26 16:07:24vstinnerlinkissue28655 messages
2018-09-26 16:07:24vstinnercreate