]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101046: Fix a potential memory leak in the parser when raising MemoryError (#101051)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 16 Jan 2023 18:45:37 +0000 (18:45 +0000)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 18:45:37 +0000 (18:45 +0000)
commit1de4395f62bb140563761ef5cbdf46accef3c550
tree9186fb64a869592f9f9c46b0dfb9e532e5e43790
parent30753c37c6d00929af6afb5e0bc20bed4656d6b6
gh-101046: Fix a potential memory leak in the parser when raising MemoryError (#101051)
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