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

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