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 aeros
Recipients aeros, eric.snow, vstinner
Date 2020-01-15.06:11:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579068712.24.0.551456002647.issue37224@roundup.psfhosted.org>
In-reply-to
Content
> I also just realized that I can run "test.test__xxsubinterpreters.DestroyTests" by itself with:

> ./python -m test test__xxsubinterpreters.DestroyTests -j200 -F -v

Oops, the correct syntax is:

./python -m test test__xxsubinterpreters --match DestroyTests -j200 -F -v
History
Date User Action Args
2020-01-15 06:11:52aerossetrecipients: + aeros, vstinner, eric.snow
2020-01-15 06:11:52aerossetmessageid: <1579068712.24.0.551456002647.issue37224@roundup.psfhosted.org>
2020-01-15 06:11:52aeroslinkissue37224 messages
2020-01-15 06:11:52aeroscreate