diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2022-02-08 12:25:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 12:25:15 (GMT) |
commit | 5b58db75291cfbb9b6785c9845824b3e2da01c1c (patch) | |
tree | e44eba71a28740851b8f88a4bddb29cef1ef7f7b /Misc/NEWS.d | |
parent | cbdcae5ab90710e8d82c213f3798af1154670ff9 (diff) | |
download | cpython-5b58db75291cfbb9b6785c9845824b3e2da01c1c.zip cpython-5b58db75291cfbb9b6785c9845824b3e2da01c1c.tar.gz cpython-5b58db75291cfbb9b6785c9845824b3e2da01c1c.tar.bz2 |
[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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-02-01-19-34-28.bpo-46521.IMUIrs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-02-01-19-34-28.bpo-46521.IMUIrs.rst b/Misc/NEWS.d/next/Library/2022-02-01-19-34-28.bpo-46521.IMUIrs.rst new file mode 100644 index 0000000..4e9fa08 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-02-01-19-34-28.bpo-46521.IMUIrs.rst @@ -0,0 +1,2 @@ +Fix a bug in the :mod:`codeop` module that was incorrectly identifying +invalid code involving string quotes as valid code. |