mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
GH-91432: Specialize FOR_ITER (GH-91713)
* Adds FOR_ITER_LIST and FOR_ITER_RANGE specializations. * Adds _PyLong_AssignValue() internal function to avoid temporary boxing of ints.
This commit is contained in:
parent
c735d54534
commit
5fcfdd87c9
22 changed files with 447 additions and 282 deletions
|
|
@ -0,0 +1 @@
|
|||
Specialized the :opcode:`FOR_ITER` opcode using the PEP 659 machinery
|
||||
Loading…
Add table
Add a link
Reference in a new issue