]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151763: Fix OOM-0013 crash when the parser or compiler fails to allocate...
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Thu, 2 Jul 2026 08:22:46 +0000 (16:22 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 08:22:46 +0000 (09:22 +0100)
commitcdc1472dfd1c105a827535bdde73126af7eef12a
tree4120a8b2622fa41d36679a2426576618925858fb
parente5d70d9627949ca2462f1af15d065ef3cfded56a
[3.13] gh-151763: Fix OOM-0013 crash when the parser or compiler fails to allocate (GH-151968) (#152840)
Misc/NEWS.d/next/Core_and_Builtins/2026-06-23-12-03-55.gh-issue-151763.K7QfWG.rst [new file with mode: 0644]
Parser/pegen.c
Python/compile.c