
Oct. 24, 2022
9:10 a.m.
Hi! I want to report bug in dis documentation. Firstly, in the FOR_ITER (https://docs.python.org/release/3.10.6/library/dis.html#opcode-FOR_ITER) the byte counter is not incremented by delta, but become delta. Secondly, it is not obviously that you should take i-th element from the top of stack in operations like (SET_ADD https://docs.python.org/release/3.10.6/library/dis.html#opcode-SET_ADD) With respect, Olga Kozlova