]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 27 Sep 2021 20:59:06 +0000 (21:59 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Sep 2021 20:59:06 +0000 (21:59 +0100)
commit20f439b6b9e1032930a31b88694ab9f37a09e6b4
treeb8f430c4fa0048bbca33b52770e2cd3c13a6b6aa
parentadc5d32f474595aa16a90369393440a0bc190777
bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575)
Lib/test/test_traceback.py
Lib/traceback.py