[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public

Comments

Conversation

Copy link
Member

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).
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 closed this Jun 2, 2020
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