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 grzgrzgrz3
Recipients grzgrzgrz3, serhiy.storchaka, vstinner
Date 2017-05-15.17:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494867687.97.0.962304124578.issue30357@psf.upfronthosting.co.za>
In-reply-to
Content
I think this do not solve this issue yet. There is still posibillity that different tests/testrunners spawn threads and 'fool' testcase. I think we should not relay on `thread._count` value where it's possible. 

For master branch `thread._set_sentinel()` can be used. For 2.7 i don't know simple solution.

I would like to know your opinion it is worth changing?
History
Date User Action Args
2017-05-15 17:01:27grzgrzgrz3setrecipients: + grzgrzgrz3, vstinner, serhiy.storchaka
2017-05-15 17:01:27grzgrzgrz3setmessageid: <1494867687.97.0.962304124578.issue30357@psf.upfronthosting.co.za>
2017-05-15 17:01:27grzgrzgrz3linkissue30357 messages
2017-05-15 17:01:27grzgrzgrz3create