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!
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!