]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:27:34 +0000 (12:27 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 10:27:34 +0000 (10:27 +0000)
commit140af0fd14241dead4918211e80306f5d8ea5486
treeea32f1f9c1b6b1e6958c619390392f915004a7e9
parentc51354e062efce5f1f93ad2916751f29e110af2d
[3.13] gh-151126: Fix missing `PyErr_NoMemory()` in `remove_unused_consts` (GH-151127) (#151136)

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