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 Alexander Riccio, asvetlov, samjonas, vstinner, yselivanov
Date 2019-10-21.10:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571654056.66.0.950732183534.issue36790@roundup.psfhosted.org>
In-reply-to
Content
> when running the testsuite under Application Verifier

test_asyncio is quite big. Can you run test_asyncio in verbose mode, and attach the output as a file to the issue? Or try to identify a few examples of tests which fail with "The handle is invalid" errors"?

It seems like "The handle is invalid" errors" error occurs while calling _cancel_overlapped().
History
Date User Action Args
2019-10-21 10:34:16vstinnersetrecipients: + vstinner, asvetlov, yselivanov, Alexander Riccio, samjonas
2019-10-21 10:34:16vstinnersetmessageid: <1571654056.66.0.950732183534.issue36790@roundup.psfhosted.org>
2019-10-21 10:34:16vstinnerlinkissue36790 messages
2019-10-21 10:34:16vstinnercreate