Skip to content

gh-154137: Fix handle leak in test_winapi#154201

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:test_winapi
Jul 19, 2026
Merged

gh-154137: Fix handle leak in test_winapi#154201
vstinner merged 1 commit into
python:mainfrom
vstinner:test_winapi

Conversation

@vstinner

@vstinner vstinner commented Jul 19, 2026

Copy link
Copy Markdown
Member

Make sure that events handles are closed.

Make sure that events handles are closed.
@vstinner vstinner added skip news needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Jul 19, 2026
@bedevere-app bedevere-app Bot added tests Tests in the Lib/test dir awaiting core review labels Jul 19, 2026
@vstinner vstinner changed the title gh-154140: Fix handle leak in test_winapi gh-154137: Fix handle leak in test_winapi Jul 19, 2026
@vstinner
vstinner merged commit 1f9d20b into python:main Jul 19, 2026
60 checks passed
@vstinner
vstinner deleted the test_winapi branch July 19, 2026 22:19
@miss-islington-app

Copy link
Copy Markdown

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@bedevere-app

bedevere-app Bot commented Jul 19, 2026

Copy link
Copy Markdown

GH-154202 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jul 19, 2026
@bedevere-app

bedevere-app Bot commented Jul 19, 2026

Copy link
Copy Markdown

GH-154203 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jul 19, 2026
@bedevere-app

bedevere-app Bot commented Jul 19, 2026

Copy link
Copy Markdown

GH-154204 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jul 19, 2026
ambv pushed a commit that referenced this pull request Jul 22, 2026
gh-154137: Fix handle leak in test_winapi (GH-154201)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
ambv pushed a commit that referenced this pull request Jul 22, 2026
gh-154137: Fix handle leak in test_winapi (GH-154201)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
ambv added a commit that referenced this pull request Jul 22, 2026
Make sure that events handles are closed.
(cherry picked from commit 1f9d20b)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant