]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143249: Fix buffer leak when overlapped operation fails to start on windows...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Jan 2026 13:53:41 +0000 (14:53 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Jan 2026 13:53:41 +0000 (13:53 +0000)
commitbe602fcde621da502e728e5bc313e1bc1059c0ee
tree1014c3a01a2cdeaca0cd4e460b1c241a839cf968
parent0770c781310d79345f796458d4b2e7935374cb9a
[3.13] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250) (#143796)

gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250)
(cherry picked from commit 103a384bfdeafc68ab39ea9bf8838a8b2eec83dd)

Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Lib/test/test_asyncio/test_windows_utils.py
Misc/NEWS.d/next/Library/2025-12-28-14-41-02.gh-issue-143249.K4vEp4.rst [new file with mode: 0644]
Modules/overlapped.c