STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36790>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to