]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 8 Feb 2022 11:54:37 +0000 (11:54 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 11:54:37 +0000 (11:54 +0000)
commit69e10976b2e7682c6d57f4272932ebc19f8e8859
tree58a1716aab40f00e50fcd6e8abea7ae294e960c0
parent25db2b361beb865192a3424830ddcb0ae4b17318
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Include/cpython/compile.h
Include/errcode.h
Lib/codeop.py
Misc/NEWS.d/next/Library/2022-02-01-19-34-28.bpo-46521.IMUIrs.rst [new file with mode: 0644]
Parser/pegen.c
Parser/pegen.h
Parser/tokenizer.c