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.
PyInterpreterState *
1 parent 95289bf commit 09e5029Copy full SHA for 09e5029
Doc/c-api/init.rst
@@ -867,7 +867,7 @@ code, or when embedding the Python interpreter:
867
.. c:type:: PyThreadState
868
869
This data structure represents the state of a single thread. The only public
870
- data member is :attr:`interp` (:c:type:`PyInterpreterState *`), which points to
+ data member is :attr:`interp` (:c:expr:`PyInterpreterState *`), which points to
871
this thread's interpreter state.
872
873
0 commit comments