]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (backport...
authorMark Shannon <mark@hotpy.org>
Tue, 27 May 2025 13:12:04 +0000 (14:12 +0100)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 13:12:04 +0000 (14:12 +0100)
commit814ac0d58789fd544855a6c1afb9d89a690a0c3b
tree8c2adf63535bfe653410da755aaf40e199065411
parent3593d0d1fc240f21b8c70bca05315d3a8468635c
[3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (backport of GH-134778) (GH-134788)
Lib/test/test_coroutines.py
Lib/test/test_listcomps.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-27-09-19-21.gh-issue-127682.9WwFrM.rst [new file with mode: 0644]
Python/compile.c