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 510baa4 commit 4ebb025Copy full SHA for 4ebb025
Doc/c-api/init.rst
@@ -1023,7 +1023,7 @@ code, or when embedding the Python interpreter:
1023
.. c:type:: PyThreadState
1024
1025
This data structure represents the state of a single thread. The only public
1026
- data member is :attr:`interp` (:c:type:`PyInterpreterState *`), which points to
+ data member is :attr:`interp` (:c:expr:`PyInterpreterState *`), which points to
1027
this thread's interpreter state.
1028
1029
0 commit comments