]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:43 +0000 (10:22 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2024 09:22:43 +0000 (10:22 +0100)
commitfbbde4dc6a69219d831c3098d352310d2fc94e3c
tree90318d59a59801608763aa68e4bf122243498316
parent8edfa0b0b4ae4235bb3262d952c23e7581516d4f
[3.12] gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (GH-123173). (#123210)

(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