We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad1946 commit 428735bCopy full SHA for 428735b
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-04-30-14-13-01.gh-issue-132554.GqQaUp.rst
@@ -0,0 +1,4 @@
1
+Change iteration to use "virtual iterators" for sequences. Instead of
2
+creating an iterator, a tagged integer representing the next index is pushed
3
+to the stack above the iterable. For non-sequence iterators, ``NULL`` is
4
+pushed.
0 commit comments