]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)
authorIrit Katriel <iritkatriel@yahoo.com>
Mon, 26 Apr 2021 19:42:40 +0000 (20:42 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 19:42:40 +0000 (21:42 +0200)
commit727bed675f1a47d12492efba0ca118707502d988
tree901c722d64813cdc57a2528f562010412b2880b3
parente1203e8001432a08b87b54867490beb19a694069
[3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)

* [3.8] bpo-34463: Make python tracebacks identical to C tracebacks for
SyntaxErrors without a lineno (GH-23427)

(cherry picked from commit 069560b1171eb6385121ff3b6331e8814a4e7454)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
* ðŸ“œðŸ¤– Added by blurb_it.

* added missing newline in test

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2020-12-22-22-51-48.bpo-34463.TUD8V5.rst [new file with mode: 0644]