]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128894: Fix `TracebackException._format_syntax_error` on custom `SyntaxError`...
authorsobolevn <mail@sobolevn.me>
Wed, 22 Jan 2025 12:47:03 +0000 (15:47 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 12:47:03 +0000 (12:47 +0000)
commita16ded10ad3952406280be5ab9ff86a476867b08
tree826e1e53d2fece8508efabb902be39d03c12935b
parenta9f5edbf5fb141ad172978b25483342125184ed2
gh-128894: Fix `TracebackException._format_syntax_error` on custom `SyntaxError` metadata (#128946)
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2025-01-17-17-20-51.gh-issue-128894.gX1-8J.rst [new file with mode: 0644]