Mark Shannon <[email protected]> added the comment:
"maybe a few setter functions as well" Please don't add any setter functions, that would a major change to the VM and would need a PEP. Also, could you remove PyFrame_GetLastInstr(PyFrameObject *frame)? The only purpose of `f_lasti` is to get the line number and that can be done directly via `PyFrame_GetLineNumber(PyFrameObject *frame)` Perhaps Stefan can tell us why Cython needs to access the internals of the frame object. ---------- nosy: +Mark.Shannon, scoder _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40421> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
