]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-127682: Only call `__iter__` once in generator expressions. (GH-132351)
authorMark Shannon <mark@hotpy.org>
Fri, 11 Apr 2025 08:37:22 +0000 (09:37 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Apr 2025 08:37:22 +0000 (09:37 +0100)
commitd87e7f35297d34755026173d84a38eedfbed78de
tree31e12005dd68286e3afa77de7272d83c703e05b5
parentbc0b94b30c9d65ba550daee2c2ef20035defd980
GH-127682: Only call `__iter__` once in generator expressions. (GH-132351)
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/codegen.c