]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-106922: Fix error location for constructs with spaces and parentheses ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Sep 2023 16:56:10 +0000 (09:56 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 16:56:10 +0000 (16:56 +0000)
commitc1a2ef5efceda2705919ee0233ff657575909ce9
tree085aff1ec746abe497ebb42f68cb775d45943019
parentb55cf2c2d82d7567720df113117752841ce74606
[3.11] gh-106922: Fix error location for constructs with spaces and parentheses (GH-108959) (#109148)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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