]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:57:54 +0000 (14:57 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Jan 2026 13:57:54 +0000 (13:57 +0000)
commit4a191f9e704f41344f9d0167fd45e0cab357467a
tree90997bf42e9b898711e53d6e3d12f71767ad809c
parenta705f576780da9ec4aafd05b40173b999c0e1bd5
[3.14] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250) (#143795)

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