File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- Expose C-API functions to get the code object, lasti and line number from
1
+ Add unstable C-API functions to get the code object, lasti and line number from
2
2
the internal ``_PyInterpreterFrame `` in the limited API. The functions are:
3
3
4
- * ``PyCodeObject * _PyInterpreterFrame_GetCode (struct _PyInterpreterFrame *frame) ``
5
- * ``int _PyInterpreterFrame_GetLasti (struct _PyInterpreterFrame *frame) ``
6
- * ``int _PyInterpreterFrame_GetLine (struct _PyInterpreterFrame *frame) ``
4
+ * ``PyCodeObject * PyUnstable_InterpreterFrame_GetCode (struct _PyInterpreterFrame *frame) ``
5
+ * ``int PyUnstable_InterpreterFrame_GetLasti (struct _PyInterpreterFrame *frame) ``
6
+ * ``int PyUnstable_InterpreterFrame_GetLine (struct _PyInterpreterFrame *frame) ``
You can’t perform that action at this time.
0 commit comments