]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:40 +0000 (18:41 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 17:41:40 +0000 (18:41 +0100)
commit0181aa2e3efedc6504b27f6fe74f096e5e454286
treea74ea46be87ac376cdfad6b81a23c5fd96b49df7
parentccc6c2b8c0180581cd4e06523d1a38bcc27c6855
[3.12] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420). (#123436)

(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