diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-11-27 18:36:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 18:36:11 (GMT) |
commit | 2c8b19174274c183eb652932871f60570123fe99 (patch) | |
tree | b2b7b1ad193e1aa8f8cae9b2b62437e65e71a658 /Misc | |
parent | 967f2a3052c2d22e31564b428a9aa8cc63dc2a9f (diff) | |
download | cpython-2c8b19174274c183eb652932871f60570123fe99.zip cpython-2c8b19174274c183eb652932871f60570123fe99.tar.gz cpython-2c8b19174274c183eb652932871f60570123fe99.tar.bz2 |
gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (#112410)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-58-49.gh-issue-112388.MU3cIM.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-58-49.gh-issue-112388.MU3cIM.rst b/Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-58-49.gh-issue-112388.MU3cIM.rst new file mode 100644 index 0000000..1c82be2 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-58-49.gh-issue-112388.MU3cIM.rst @@ -0,0 +1,2 @@ +Fix an error that was causing the parser to try to overwrite tokenizer +errors. Patch by pablo Galindo |