diff options
author | Mark Shannon <mark@hotpy.org> | 2025-05-27 15:59:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-27 15:59:45 +0100 |
commit | f6f4e8a6622d556641799b02aed7ac018d878cdc (patch) | |
tree | e154eb35d37f836733601bee16a970a3b24c0b76 /Python/optimizer_analysis.c | |
parent | 9300a596d37d058e6e58d00a2ad70617c863a3de (diff) | |
download | cpython-f6f4e8a6622d556641799b02aed7ac018d878cdc.tar.gz cpython-f6f4e8a6622d556641799b02aed7ac018d878cdc.zip |
GH-132554: "Virtual" iterators (GH-132555)
* FOR_ITER now pushes either the iterator and NULL or leaves the iterable and pushes tagged zero
* NEXT_ITER uses the tagged int as the index into the sequence or, if TOS is NULL, iterates as before.
Diffstat (limited to 'Python/optimizer_analysis.c')
0 files changed, 0 insertions, 0 deletions