summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2022-11-12 23:37:25 (GMT)
committerGitHub <noreply@github.com>2022-11-12 23:37:25 (GMT)
commit57be5459593bbd09583317ebdafc4d58ae51dbf4 (patch)
treeb730c61cc81558a94898b1ffb603a5b42210fd26 /Misc
parentc95f554a408f76f96c14c006ebe8a0d3d3b40765 (diff)
downloadcpython-57be5459593bbd09583317ebdafc4d58ae51dbf4.zip
cpython-57be5459593bbd09583317ebdafc4d58ae51dbf4.tar.gz
cpython-57be5459593bbd09583317ebdafc4d58ae51dbf4.tar.bz2
gh-99103: Normalize specialized traceback anchors against the current line (GH-99145)
Automerge-Triggered-By: GH:isidentical
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-11-06-00-17-58.gh-issue-99103.bFA9BX.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-11-06-00-17-58.gh-issue-99103.bFA9BX.rst b/Misc/NEWS.d/next/Core and Builtins/2022-11-06-00-17-58.gh-issue-99103.bFA9BX.rst
new file mode 100644
index 0000000..f5378eb
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-11-06-00-17-58.gh-issue-99103.bFA9BX.rst
@@ -0,0 +1,2 @@
+Fix the error reporting positions of specialized traceback anchors when the
+source line contains Unicode characters.