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 LorenzMende, barry, brett.cannon, jkloth, ncoghlan, v2m, vstinner
Date 2018-09-05.10:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536142154.41.0.56676864532.issue34200@psf.upfronthosting.co.za>
In-reply-to
Content
My guess as to why we're only seeing this for parallel test cases is taht for sequential tests, the implicit import inside open() is unlikely to happen while test_pkg is running, whereas for parallel tests, test_pkg will run in a relatively pristine process, and hence be more likely to trigger the implicit import.
History
Date User Action Args
2018-09-05 10:09:14ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, vstinner, jkloth, LorenzMende, v2m
2018-09-05 10:09:14ncoghlansetmessageid: <1536142154.41.0.56676864532.issue34200@psf.upfronthosting.co.za>
2018-09-05 10:09:14ncoghlanlinkissue34200 messages
2018-09-05 10:09:14ncoghlancreate