]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45820: Fix a segfault when the parser fails without reading any input ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Nov 2021 00:24:43 +0000 (16:24 -0800)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 00:24:43 +0000 (01:24 +0100)
commit00ee14e814d35587ac55f89c7de871a01360c876
tree9166e3239b6052200cc868ddb7b8266ef9ba05a0
parent0ef308a2890571c850c624fb99ac00f8951363c6
[3.9] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580) (GH-29584)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
.gitignore
Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-00-27.bpo-45820.2X6Psr.rst [new file with mode: 0644]
Parser/pegen/pegen.c