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 Arfrever, vstinner
Date 2019-06-24.13:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561383288.95.0.575436183345.issue31098@roundup.psfhosted.org>
In-reply-to
Content
I close the issue as "not a bug". Reopen if you disagree.

IMHO it's a bad practice to run tests sequentially: a test can change th behavior of the following test. Spawning a new process per test file is safer. Even if we are working hard to fix all side effects.
History
Date User Action Args
2019-06-24 13:34:48vstinnersetrecipients: + vstinner, Arfrever
2019-06-24 13:34:48vstinnersetmessageid: <1561383288.95.0.575436183345.issue31098@roundup.psfhosted.org>
2019-06-24 13:34:48vstinnerlinkissue31098 messages
2019-06-24 13:34:48vstinnercreate