]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43410: Fix crash in the parser when producing syntax errors when reading from...
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 14 Mar 2021 03:38:40 +0000 (04:38 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 03:38:40 +0000 (04:38 +0100)
commitcd8dcbc851fcc312722cdb5544c2f25cf46b3f8a
tree6a16b4054f682f075245ca5bd917995bbb18c096
parent9923df96413a0b480a34ec1d537b66ca0eeb0fdc
bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763)
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Core and Builtins/2021-03-05-17-23-36.bpo-43410.lCzIg0.rst [new file with mode: 0644]
Parser/pegen.c
Parser/tokenizer.c
Parser/tokenizer.h