Skip to content

Commit 19bc82e

Browse files
committed
Update news item
1 parent a6a6662 commit 19bc82e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
22
the internal ``_PyInterpreterFrame`` in the limited API. The functions are:
33

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)``

0 commit comments

Comments
 (0)