File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1477,6 +1477,9 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
14771477 This is not a replacement for :c:func:`PyModule_GetState()`, which
14781478 extensions should use to store interpreter-specific state information.
14791479
1480+ The returned dictionary is borrowed from the interpreter and is valid until
1481+ interpreter shutdown.
1482+
14801483 .. versionadded:: 3.8
14811484
14821485
Original file line number Diff line number Diff line change @@ -1148,6 +1148,9 @@ PyInterpreterState_Clear:PyInterpreterState*:interp::
11481148PyInterpreterState_Delete:void:::
11491149PyInterpreterState_Delete:PyInterpreterState*:interp::
11501150
1151+ PyInterpreterState_GetDict:PyObject*::0:
1152+ PyInterpreterState_GetDict:PyInterpreterState*:interp::
1153+
11511154PyInterpreterState_GetID:int64_t:::
11521155PyInterpreterState_GetID:PyInterpreterState*:interp::
11531156
You can’t perform that action at this time.
0 commit comments