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

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