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 Alexander Kanavin, lukasz.langa, pablogsal, sobolevn, vstinner
Date 2021-09-16.07:42:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> The thing is that we are running the test suite constantly on CI and buildbots and non of them have seen this problem :(

Most (if not all) Python CIs run the Python test suite using -jN option which runs each test in isolation: a fresh process is spawned to a test file.
History
Date User Action Args
2021-09-16 07:42:04vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal, Alexander Kanavin, sobolevn
2021-09-16 07:42:04vstinnersetmessageid: <[email protected]>
2021-09-16 07:42:04vstinnerlinkissue45128 messages
2021-09-16 07:42:04vstinnercreate