]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106922: Fix error location for constructs with spaces and parentheses (#108959)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 8 Sep 2023 16:18:35 +0000 (17:18 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 16:18:35 +0000 (17:18 +0100)
commit6275c67ea68645e5b296a80ea63b90707a0be792
treea2df8ab7f71b96be9a7525015cd05ec16965aa40
parentaa51182320f3c391195eb7d5bd970867e63bd978
gh-106922: Fix error location for constructs with spaces and parentheses (#108959)
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2023-09-05-20-52-17.gh-issue-108959.6z45Sy.rst [new file with mode: 0644]
Python/traceback.c