]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 29 Sep 2021 11:40:23 +0000 (12:40 +0100)
commit1e2058214fffcb3919e0e127145106ade40a0420
tree99e18d6a31875dc856b10a8918a1bf8131341f32
parentdfccba47339722ff082a05a190593be9e443cb0e
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