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 tim.peters
Recipients Guido.van.Rossum, jkloth, pablogsal, shreyanavigyan, tim.peters, vstinner
Date 2021-04-29.17:48:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619718485.64.0.448953299966.issue37387@roundup.psfhosted.org>
In-reply-to
Content
A "good" solution would be one that runs the test in such a way that it doesn't fail only on Windows ;-)

There are presumably many ways that could be accomplished, including ugly ones. For example, if test_compileall is in the collection of tests to be run, and it's a parallel run, run it first by itself, before starting anything else in parallel.

No, I'm not suggesting we do that. Just trying to get across that there are _always_ ways to worm around the bug du jour.

I don't know enough about when and why CPython decides to replace .pyc files now to make another suggestion worth anyone else's time to evaluate. Victor already has something else in mind, though.
History
Date User Action Args
2021-04-29 17:48:05tim.peterssetrecipients: + tim.peters, vstinner, jkloth, Guido.van.Rossum, pablogsal, shreyanavigyan
2021-04-29 17:48:05tim.peterssetmessageid: <1619718485.64.0.448953299966.issue37387@roundup.psfhosted.org>
2021-04-29 17:48:05tim.peterslinkissue37387 messages
2021-04-29 17:48:05tim.peterscreate