]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 11 Sep 2023 18:18:34 +0000 (19:18 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 18:18:34 +0000 (19:18 +0100)
commitecd21a629a2a30bcae89902f7cad5670e9441e2c
treea3b8ddac3bdb8867c63da9cb15e83e10680562c9
parentde5f8f7d13c0bbc723eaea83284dc78b37be54b4
gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)
Lib/test/test_traceback.py
Misc/NEWS.d/next/Core and Builtins/2023-09-09-21-17-18.gh-issue-109179.ZR8qs2.rst [new file with mode: 0644]
Python/pythonrun.c