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, eli.bendersky, ezio.melotti, ncoghlan, serhiy.storchaka, vstinner
Date 2019-06-25.10:23:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561458183.05.0.545231182312.issue18906@roundup.psfhosted.org>
In-reply-to
Content
Since 2013, the Python test suite evolved a lot. First, we fixed hundreds of bugs where tests leaked various kinds of resources: processes, threads, file descriptors, memory, etc. Second, python3 -m test -j0 now runs each test file in a subprocess. Maybe we should emit a warning when tests are run sequentially, without -j0. Maybe it should be an opt-in option, rather than the default. But I prefer to close this old issue. Please open a new issue if you want to make further changes in regrtest.
History
Date User Action Args
2019-06-25 10:23:03vstinnersetrecipients: + vstinner, ncoghlan, ezio.melotti, Arfrever, eli.bendersky, serhiy.storchaka
2019-06-25 10:23:03vstinnersetmessageid: <1561458183.05.0.545231182312.issue18906@roundup.psfhosted.org>
2019-06-25 10:23:03vstinnerlinkissue18906 messages
2019-06-25 10:23:02vstinnercreate