]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#111373)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 27 Oct 2023 00:46:20 +0000 (09:46 +0900)
committerGitHub <noreply@github.com>
Fri, 27 Oct 2023 00:46:20 +0000 (09:46 +0900)
commit22cde39fbf65df8790d1a93f199affa8a0361c4b
tree64a1cb1d67806b4e1192473f1f5e3823296f956f
parent762aba72eb35a5696048ed89df35385c8d784c52
[3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#111373)
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2023-10-26-15-34-11.gh-issue-88116.W9-vaQ.rst [new file with mode: 0644]
Parser/pegen.c
Parser/pegen.h
Python/traceback.c