]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123142: Fix too wide source locations in tracebacks of exceptions from broken...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 21 Aug 2024 18:12:05 +0000 (19:12 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2024 18:12:05 +0000 (19:12 +0100)
commitec89620e5e147ba028a46dd695ef073a72000b84
tree93794373ed1e67fbcfbef9015fc38d94698237f8
parenta4fd7aa4a6420cef1c22ec64eab54d8aea41cc57
gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (#123173)
Lib/test/support/__init__.py
Lib/test/test_compile.py
Lib/test/test_dictcomps.py
Lib/test/test_iter.py
Lib/test/test_listcomps.py
Lib/test/test_setcomps.py
Misc/NEWS.d/next/Core and Builtins/2024-08-20-12-29-52.gh-issue-123142.3PXiNb.rst [new file with mode: 0644]
Python/compile.c