]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151126: Fix missing `PyErr_NoMemory()` in `remove_unused_consts` (GH-151127...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jun 2026 10:33:08 +0000 (12:33 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 10:33:08 +0000 (10:33 +0000)
commit5c6402e6a509b248acf273d613590ce699647a89
tree85374f9a35e022f8cb1380cdf3e32a7b1892c25f
parent3ece6b5e9f5c3eeada6ad085d21864bb6c4b9575
[3.14] gh-151126: Fix missing `PyErr_NoMemory()` in `remove_unused_consts` (GH-151127) (#151135)

gh-151126: Fix missing `PyErr_NoMemory()` in `remove_unused_consts` (GH-151127)
(cherry picked from commit 3186547c1ec76e1afab82ec32271ec5b9467fdeb)

Co-authored-by: sobolevn <mail@sobolevn.me>
Misc/NEWS.d/next/Core_and_Builtins/2026-06-09-10-28-30.gh-issue-151126.DKa6Sl.rst [new file with mode: 0644]
Python/flowgraph.c