]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154137: Fix handle leak in test_winapi (#154201)
authorVictor Stinner <vstinner@python.org>
Sun, 19 Jul 2026 22:19:32 +0000 (00:19 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 22:19:32 +0000 (00:19 +0200)
commit1f9d20bbd4fed601e7caf76a12e52d35c8ae2b14
tree349686e10650a690c0ede18ba94fabe397176dc2
parent51de91dbb076985d7c656f6a57919846f2556bb7
gh-154137: Fix handle leak in test_winapi (#154201)

Make sure that events handles are closed.
Lib/test/test_winapi.py