]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 16 Nov 2021 19:51:52 +0000 (19:51 +0000)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 19:51:52 +0000 (19:51 +0000)
commitdf4ae55e66e34ea8de6a34f0b104871ddaf35d53
tree9559446a2a5a37add62c564a99ee496bf5d3843b
parent9d6215a54c177a5e359c37ecd1c50b594b194f41
bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-00-27.bpo-45820.2X6Psr.rst [new file with mode: 0644]
Parser/pegen.c