]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-127682: Backport GH-132351 (GH-132384)
authorMark Shannon <mark@hotpy.org>
Tue, 29 Apr 2025 08:35:29 +0000 (09:35 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 08:35:29 +0000 (09:35 +0100)
commit132bdf6990003df61d30c379a12c041010d00245
tree4351920309f196cb8b39085f14f8602a78a39572
parent7ffef8d07bba6c1c8551cafc3f0cb58c9102f909
[3.13] GH-127682: Backport GH-132351 (GH-132384)

Only call `__iter__` once in generator expressions
Lib/test/test_dis.py
Lib/test/test_generators.py
Lib/test/test_genexps.py
Misc/NEWS.d/next/Core and Builtins/2025-04-10-10-29-45.gh-issue-127682.X0HoGz.rst [new file with mode: 0644]
Python/compile.c