We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54495a2 commit e8097b1Copy full SHA for e8097b1
Doc/c-api/frame.rst
@@ -250,6 +250,15 @@ Unless using :pep:`523`, you will not need this.
250
.. versionadded:: 3.12
251
252
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
262
.. c:macro:: PyUnstable_EXECUTABLE_KIND_SKIP
263
264
Index for the "skip" kind in ``PyUnstable_ExecutableKinds``.
0 commit comments