diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-14 01:30:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 01:30:03 (GMT) |
commit | bf26a6da7aaedb526c9eb1cb56b0e46d1c10384c (patch) | |
tree | ee5f31f18e34e46325e63d5e6ba4f501aeb3a11d /Misc/NEWS.d | |
parent | 28326ac5f87ede140268376f0c87c3b2aba62906 (diff) | |
download | cpython-bf26a6da7aaedb526c9eb1cb56b0e46d1c10384c.zip cpython-bf26a6da7aaedb526c9eb1cb56b0e46d1c10384c.tar.gz cpython-bf26a6da7aaedb526c9eb1cb56b0e46d1c10384c.tar.bz2 |
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
characters in the parser
(cherry picked from commit 25835c518aa7446f3680b62c1fb43827e0f190d9)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-11-14-00-14-45.bpo-45738.e0cgKd.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-11-14-00-14-45.bpo-45738.e0cgKd.rst b/Misc/NEWS.d/next/Core and Builtins/2021-11-14-00-14-45.bpo-45738.e0cgKd.rst new file mode 100644 index 0000000..b238034 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-11-14-00-14-45.bpo-45738.e0cgKd.rst @@ -0,0 +1,2 @@ +Fix computation of error location for invalid continuation characters in the +parser. Patch by Pablo Galindo. |