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 asvetlov
Recipients adefossez, asvetlov, koobs, pablogsal, stefan, sth, xtreak, yselivanov
Date 2019-06-02.21:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559510411.12.0.861182496932.issue35621@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report!

The failure depends on tests order execution (maybe you use -jN flag?).
Before default child watcher was SafeChildWatcher, not it is ThreaderChildWather.
The watcher is a global variable (a property of global event loop policy).

The failed test doesn't make sense for default ThreadChildWatcher but still valuable for old default SafeChildWatcher.
I've changed the test to use SafeChildWatcher explicitly.

See https://github.com/python/cpython/pull/13754 for the fix
History
Date User Action Args
2019-06-02 21:20:11asvetlovsetrecipients: + asvetlov, stefan, sth, yselivanov, koobs, pablogsal, xtreak, adefossez
2019-06-02 21:20:11asvetlovsetmessageid: <1559510411.12.0.861182496932.issue35621@roundup.psfhosted.org>
2019-06-02 21:20:11asvetlovlinkissue35621 messages
2019-06-02 21:20:10asvetlovcreate