]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#111346)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 26 Oct 2023 21:43:38 +0000 (06:43 +0900)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2023 21:43:38 +0000 (06:43 +0900)
commitc81ebf5b3d9aa080d2039f1225f6fed91c29f5a8
tree31d0a5052319b1480704f513aba52057ca829478
parente25d8b40cd70744513e190b1ca153087382b6b09
[3.12] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#111346)
Lib/test/test_traceback.py
Lib/traceback.py
Parser/pegen.c
Parser/pegen.h
Python/traceback.c