GH-100110: Specialize FOR_ITER for tuples (GH-100109)

* Specialize FOR_ITER for tuples
This commit is contained in:
Ken Jin
2022-12-09 18:27:01 +08:00
committed by GitHub
parent 0448deac70
commit 748c6c0921
10 changed files with 122 additions and 67 deletions

View File

@@ -320,6 +320,7 @@ _specializations = {
],
"FOR_ITER": [
"FOR_ITER_LIST",
"FOR_ITER_TUPLE",
"FOR_ITER_RANGE",
"FOR_ITER_GEN",
],