]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] 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:38 +0000 (23:48 +0000)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 23:48:38 +0000 (23:48 +0000)
commit9345eea2568bc590e1c2d4c418e3238ca7948ceb
tree6c300d76b93575bcbbe2e8dc26bd6da513e0b339
parent664141e34c4df3aed6c21996e2476175d136c06b
[3.10] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051). (#101086)

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