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 db3l
Recipients JelleZijlstra, benjamin.peterson, corona10, db3l, eryksun, remi.lapeyre, serhiy.storchaka, stutzbach, vstinner
Date 2020-06-10.07:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591773684.62.0.22218600081.issue40826@roundup.psfhosted.org>
In-reply-to
Content
So a script I use on the buildbot intended to prevent hanging on assertions was failing to work in this particular case, which I've corrected.  That changes the failure mode for new Win10 buildbot runs.

The test in question (test_close_stdin) still fails, but does so immediately (return code not 0, as the child process aborts) rather than timing out.  

If the assertion is expected, and something to be ignored, the test itself still needs to handle that.
History
Date User Action Args
2020-06-10 07:21:24db3lsetrecipients: + db3l, vstinner, benjamin.peterson, stutzbach, serhiy.storchaka, eryksun, JelleZijlstra, corona10, remi.lapeyre
2020-06-10 07:21:24db3lsetmessageid: <1591773684.62.0.22218600081.issue40826@roundup.psfhosted.org>
2020-06-10 07:21:24db3llinkissue40826 messages
2020-06-10 07:21:24db3lcreate