Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
first unstable py
  • Loading branch information
Yashp002 committed Jan 6, 2026
commit 1efbe4123609a5eb7da3600ee059bf43481ff08e
36 changes: 36 additions & 0 deletions Doc/c-api/frame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,39 @@
.. versionadded:: 3.12


.. c:macro:: PyUnstable_EXECUTABLE_KIND_SKIP

Index for the "skip" kind in :c:var:`PyUnstable_ExecutableKinds`.

Check warning on line 255 in Doc/c-api/frame.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

c:var reference target not found: PyUnstable_ExecutableKinds [ref.var]
Indicates that the frame's code object should be skipped.

.. versionadded:: 3.12
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9c03215 was not backported to 3.12?



.. c:macro:: PyUnstable_EXECUTABLE_KIND_PY_FUNCTION

Index for the "Python function" kind in :c:var:`PyUnstable_ExecutableKinds`.

Check warning on line 263 in Doc/c-api/frame.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

c:var reference target not found: PyUnstable_ExecutableKinds [ref.var]

.. versionadded:: 3.12


.. c:macro:: PyUnstable_EXECUTABLE_KIND_BUILTIN_FUNCTION

Index for the "built-in function" kind in :c:var:`PyUnstable_ExecutableKinds`.

Check warning on line 270 in Doc/c-api/frame.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

c:var reference target not found: PyUnstable_ExecutableKinds [ref.var]

.. versionadded:: 3.12


.. c:macro:: PyUnstable_EXECUTABLE_KIND_METHOD_DESCRIPTOR

Index for the "method descriptor" kind in :c:var:`PyUnstable_ExecutableKinds`.

Check warning on line 277 in Doc/c-api/frame.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

c:var reference target not found: PyUnstable_ExecutableKinds [ref.var]

.. versionadded:: 3.12


.. c:macro:: PyUnstable_EXECUTABLE_KINDS

The number of entries in :c:var:`PyUnstable_ExecutableKinds`.

Check warning on line 284 in Doc/c-api/frame.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

c:var reference target not found: PyUnstable_ExecutableKinds [ref.var]

.. versionadded:: 3.12


Loading