]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] 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 12:25:15 +0000 (12:25 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 12:25:15 +0000 (12:25 +0000)
commit5b58db75291cfbb9b6785c9845824b3e2da01c1c
treee44eba71a28740851b8f88a4bddb29cef1ef7f7b
parentcbdcae5ab90710e8d82c213f3798af1154670ff9
[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213)

(cherry picked from commit 69e10976b2e7682c6d57f4272932ebc19f8e8859)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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