Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

GH-96803: Document and test new unstable internal frame API functions #104211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 18, 2023
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Carl Meyer <carl@oddbird.net>
  • Loading branch information
markshannon and carljm authored May 16, 2023
commit 86865b5b1dd8152bfc876bca23b0ebb4bd4996e0
3 changes: 2 additions & 1 deletion 3 Doc/c-api/frame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,13 @@ See also :ref:`Reflection <reflection>`.
Internal Frames
---------------

Unless using PEP 523, you will not need this.
Unless using :pep:`523`, you will not need this.

.. c:struct:: _PyInterpreterFrame

The interpreter's internal frame representation.

markshannon marked this conversation as resolved.
Show resolved Hide resolved
.. versionadded:: 3.11

.. c:function:: PyObject* PyUnstable_InterpreterFrame_GetCode(struct _PyInterpreterFrame *frame);

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.