]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Sep 2021 21:26:39 +0000 (14:26 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Sep 2021 21:26:39 +0000 (14:26 -0700)
commitc7fdd6879b5c8447ee65b1bec95a1db43837a7a5
tree902575e22a452c923910593b7ef4331b9f336d26
parent9e209d48cac35108f3955d3f610b6ce60b574ecc
bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575)

(cherry picked from commit 20f439b6b9e1032930a31b88694ab9f37a09e6b4)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_traceback.py
Lib/traceback.py