Skip to content

Commit e8097b1

Browse files
committed
fix 2 pyframe
1 parent 54495a2 commit e8097b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/c-api/frame.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,15 @@ Unless using :pep:`523`, you will not need this.
250250
.. versionadded:: 3.12
251251
252252
253+
.. c:enum:: PyUnstable_ExecutableKinds
254+
255+
An enumeration of the different kinds of executables (code objects) in a frame.
256+
This can be one of the constants :c:macro:`PyUnstable_EXECUTABLE_KIND_SKIP`
257+
or :c:macro:`PyUnstable_EXECUTABLE_KIND_PY_FUNCTION`.
258+
259+
.. versionadded:: 3.13
260+
261+
253262
.. c:macro:: PyUnstable_EXECUTABLE_KIND_SKIP
254263
255264
Index for the "skip" kind in ``PyUnstable_ExecutableKinds``.

0 commit comments

Comments
 (0)