]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123142: Fix too wide source locations in tracebacks of exceptions from...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 22 Aug 2024 09:22:39 +0000 (10:22 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2024 09:22:39 +0000 (10:22 +0100)
commite4b91b7256036b23a9cc91638106810d4a6ddc7a
tree3bcf7460554cc21b3d7c62ce6951fbd90e66b43c
parent50a595b37fe3201cd07701ffdda9d6baa6163562
[3.13] gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (GH-123173). (#123209)

(cherry picked from commit ec89620e5e147ba028a46dd695ef073a72000b84)
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