]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:23 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 08:23:23 +0000 (09:23 +0100)
commitd13f5b27c8e1af059304c857986eec91de9146c8
treedf0ae8ed766b7607a608ba605624614b3b5dbcdc
parentc2cb9bdcdc905a0859a9c456dcff548909b101d0
[3.15] gh-151763: Fix OOM-0013 crash when the parser or compiler fails to allocate (GH-151968) (#152836)
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