]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151763: Fix OOM-0013 crash when the parser or compiler fails to allocate...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 08:23:07 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 08:23:07 +0000 (09:23 +0100)
commit74c8d5ce0f7ba5eb0f9d299f30ac7c6468a59ef5
treea041ea377e68f9425602122537e767938e5159fc
parent86e5a6e3eb2cb54176efdfd8ca7e76ae71a20acb
[3.14] gh-151763: Fix OOM-0013 crash when the parser or compiler fails to allocate (GH-151968) (#152837)
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