New PyFrame_GetLastInstr() function: get the index of last attempted instruction in bytecode of a frame. Replace frame->f_lasti with PyFrame_GetLastInstr(frame).
|
I closed this PR for now. Until https://bugs.python.org/issue40421 analysis goes further. |
New PyFrame_GetLastInstr() function: get the index of last attempted
instruction in bytecode of a frame.
Replace frame->f_lasti with PyFrame_GetLastInstr(frame).
https://bugs.python.org/issue40421