[issue36790] [Windows] test_asyncio fails with application verifier! _cancel_overlapped() fails with "The handle is invalid"

STINNER Victor report at bugs.python.org
Mon Oct 21 06:34:16 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

> 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().

----------
nosy: +vstinner
title: test_asyncio fails with application verifier! -> [Windows] test_asyncio fails with application verifier! _cancel_overlapped() fails with "The handle is invalid"
versions: +Python 3.9 -Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36790>
_______________________________________


More information about the Python-bugs-list mailing list