]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-101046: Fix a potential memory leak in the parser when raising MemoryError...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 16 Jan 2023 23:48:51 +0000 (23:48 +0000)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 23:48:51 +0000 (23:48 +0000)
commit31b82abb5c545f1e0b2ebba5fa28281c2c298173
treefaba8f4dcae26deceab9ee348459343621f011c2
parenta3510c3a4e7922987e083dffc19ecd93c85d153b
[3.11] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051) (#101085)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2023-01-15-03-26-04.gh-issue-101046.g2CM4S.rst [new file with mode: 0644]
Parser/parser.c
Tools/peg_generator/pegen/c_generator.py