]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151126: Fix missing `PyErr_NoMemory()` in `remove_unused_consts` (#151127)
authorsobolevn <mail@sobolevn.me>
Tue, 9 Jun 2026 10:03:33 +0000 (13:03 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 10:03:33 +0000 (10:03 +0000)
commit3186547c1ec76e1afab82ec32271ec5b9467fdeb
treeab185978d53a3a5577183631b3ce4e1a220bae1d
parent29a920e80e21490b5bdb7178373f80fe606a4403
gh-151126: Fix missing `PyErr_NoMemory()` in `remove_unused_consts` (#151127)
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