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

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