]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c` (GH-151588) (#152183)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2026 11:14:19 +0000 (13:14 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 11:14:19 +0000 (11:14 +0000)
commitb51f606af69f8732eca1d9f8ccc7cf28efdaaf97
tree680cd54a8022ff58d372c4e1f8cc50c6685ce3b1
parentab694a8137d92a5ddbccdbdb39b1a6cd64bb7b8a
[3.14] gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c` (GH-151588) (#152183)

gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c` (GH-151588)
(cherry picked from commit a580029f1168cf87707b157865b6a6b89a77b7ad)

Co-authored-by: Ivy Xu <fakeshadow1337@gmail.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
Misc/NEWS.d/next/Core_and_Builtins/2026-06-17-16-46-07.gh-issue-151126.vhTL0T.rst [new file with mode: 0644]
Modules/_winapi.c