]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420)...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 28 Aug 2024 17:41:22 +0000 (18:41 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 17:41:22 +0000 (18:41 +0100)
commitd379a92ddce55d3b89956fb556fb9ed654de0bf0
tree0f585f730e109ef1fe9a0b9dc4af1ea000b199a5
parent19a1f187402f557cf193c408ebba3ede1ce9f893
[3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420). (#123435)

(cherry picked from commit 61bef6245c4a32bf430d684ede8603f423d63284)
Lib/test/support/__init__.py
Lib/test/test_dictcomps.py
Lib/test/test_iter.py
Lib/test/test_listcomps.py
Lib/test/test_setcomps.py
Python/compile.c