]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154203)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jul 2026 12:21:16 +0000 (14:21 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 12:21:16 +0000 (14:21 +0200)
commit0643f4db8b764f05fea4332ea6d49412404f29ba
tree41ea5b86ea93f2481acb7b9f6e4cb9e83c7e8f4e
parent71fa9b4183f22bff7f64d9f1c4442200f7ba89d7
[3.14] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154203)

gh-154137: Fix handle leak in test_winapi (GH-154201)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_winapi.py