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 jkloth
Recipients jkloth
Date 2022-03-21.21:34:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647898446.37.0.407539254542.issue47089@roundup.psfhosted.org>
In-reply-to
Content
Testing on Windows occasionally has issues in test_compileall when running with multiple processes.  This is due to other test files importing stdlib modules at the same time that compileall is doing its own testing.  While not fatal (test_compileall succeeds on re-run), the transient warnings obfuscate the test results for other "real" warnings (e.g., compiler warnings) without digging into each run separately.

This can be avoided by using the PYTHONPYCACHEPREFIX functionality to compile the stdlib modules locally.
History
Date User Action Args
2022-03-21 21:34:06jklothsetrecipients: + jkloth
2022-03-21 21:34:06jklothsetmessageid: <1647898446.37.0.407539254542.issue47089@roundup.psfhosted.org>
2022-03-21 21:34:06jklothlinkissue47089 messages
2022-03-21 21:34:06jklothcreate