mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
* Specialize FOR_ITER for tuples
This commit is contained in:
parent
0448deac70
commit
748c6c0921
10 changed files with 122 additions and 67 deletions
|
@ -320,6 +320,7 @@ _specializations = {
|
|||
],
|
||||
"FOR_ITER": [
|
||||
"FOR_ITER_LIST",
|
||||
"FOR_ITER_TUPLE",
|
||||
"FOR_ITER_RANGE",
|
||||
"FOR_ITER_GEN",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue