Skip to content

Missing instr after "FOR_ITER" #1

@congy

Description

@congy

Hi!

I noticed that one instruction after each "FOR_ITER" is not traced. For example, if the original bytecode is like:
3 FOR_ITER 17 (to 23)
6 STORE_FAST 1: n
9 LOAD_GLOBAL 0: int
12 LOAD_FAST 1: n
When tracing, only instr 3, 9, 12 are traced but instr 6 is missing.
Any idea why this happens?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions