Skip to content
Closed
Show file tree
Hide file tree
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
Prev Previous commit
Next Next commit
Add documentation for interpreter ID objects
  • Loading branch information
tonybaloney committed Nov 30, 2023
commit ebd3bcba41f0b52298d6312ddaf085a6a920ea8b
1 change: 1 addition & 0 deletions Doc/c-api/concrete.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ Other Objects
contextvars.rst
datetime.rst
typehints.rst
interpreter.rst
8 changes: 6 additions & 2 deletions Doc/c-api/interpreter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
Interpreters
============

Interpreter ID API
------------------
Interpreter ID Objects
----------------------

A interpreter ID identifies a interpreter and may be used as an int.

.. versionadded:: 3.12

.. c:var:: PyTypeObject PyInterpreterID_Type

Expand Down