SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

GH-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)

* Moves the `GET_ITER` instruction into the generator function preamble.
  This means the the iterable is converted into an iterator during generator
  creation, as documented, but keeps it in the same code object allowing
  optimization.
M
Mark Shannon committed
ae53da57586d710504ad34c3d48d6e4303b7619a
Parent: c461aa9
Committed by GitHub <[email protected]> on 1/16/2026, 9:11:58 AM