]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154202)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jul 2026 15:08:46 +0000 (17:08 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 15:08:46 +0000 (17:08 +0200)
commitdf36cf12d925231fdabb9aac2208508e7955367b
tree1cdea4d0f316df617285d686f68a5978ed7ef2ee
parentb84c4cc489a3ac70e5bde91e723a0858d8020193
[3.15] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154202)

Make sure that events handles are closed.
(cherry picked from commit 1f9d20bbd4fed601e7caf76a12e52d35c8ae2b14)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_winapi.py