Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Apr 28, 2020

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

New PyFrame_GetLastInstr() function: get the index of last attempted
instruction in bytecode of a frame.

Replace frame->f_lasti with PyFrame_GetLastInstr(frame).
@vstinner
Copy link
Member Author

vstinner commented Jun 2, 2020

I closed this PR for now. Until https://bugs.python.org/issue40421 analysis goes further.

@vstinner vstinner closed this Jun 2, 2020
@vstinner vstinner deleted the frame_getlasti branch June 2, 2020 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants