mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* Adds FOR_ITER_LIST and FOR_ITER_RANGE specializations. * Adds _PyLong_AssignValue() internal function to avoid temporary boxing of ints.
1 line
70 B
ReStructuredText
1 line
70 B
ReStructuredText
Specialized the :opcode:`FOR_ITER` opcode using the PEP 659 machinery
|