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 grzgrzgrz3, serhiy.storchaka, vstinner
Date 2017-05-15.19:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb3f-A4WT9071SkhhYL00kN-CkN5TO4c4qp83kAT9GeDQ@mail.gmail.com>
In-reply-to <1494867687.97.0.962304124578.issue30357@psf.upfronthosting.co.za>
Content
There is still posibillity that different tests/testrunners spawn threads
and 'fool' testcase.

If you run multiple test files in parallel, each test runner process runs a
single test at the same time: test methods are run sequentially to prevent
side effects.
History
Date User Action Args
2017-05-15 19:00:02vstinnersetrecipients: + vstinner, serhiy.storchaka, grzgrzgrz3
2017-05-15 19:00:02vstinnerlinkissue30357 messages
2017-05-15 19:00:02vstinnercreate