]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:02 +0000 (12:33 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 10:33:02 +0000 (10:33 +0000)
commit8a2bf2a072ee2482a22eaed96af3016a6f627303
tree79eb7ae216dce1f7dd5f60b755c1caffba5e9880
parent83e26a43a7598ef55a4f9b0bd793b029071d3ed4
[3.15] gh-151126: Fix missing `PyErr_NoMemory()` in `remove_unused_consts` (GH-151127) (#151134)

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