]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151763: Fix OOM-0013 crash when the parser or compiler fails to allocate (#151968)
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Thu, 2 Jul 2026 00:34:16 +0000 (08:34 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 00:34:16 +0000 (01:34 +0100)
commit669299b62f6c2176d4bedcf550fb9baaabd6a9d6
treea79dd404b1541206e6baabb249b2c4bfefe78aa3
parentbe449b1c6ad739a40a7da35a81317bb49f1f54ff
gh-151763: Fix OOM-0013 crash when the parser or compiler fails to allocate (#151968)
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