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 @@ -1547,6 +1547,9 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
15471547 This is not a replacement for :c:func:`PyModule_GetState()`, which
15481548 extensions should use to store interpreter-specific state information.
15491549
1550+ The returned dictionary is borrowed from the interpreter and is valid until
1551+ interpreter shutdown.
1552+
15501553 .. versionadded:: 3.8
15511554
15521555
Original file line number Diff line number Diff line change @@ -1144,6 +1144,9 @@ PyInterpreterState_Clear:PyInterpreterState*:interp::
11441144PyInterpreterState_Delete:void:::
11451145PyInterpreterState_Delete:PyInterpreterState*:interp::
11461146
1147+ PyInterpreterState_GetDict:PyObject*::0:
1148+ PyInterpreterState_GetDict:PyInterpreterState*:interp::
1149+
11471150PyInterpreterState_GetID:int64_t:::
11481151PyInterpreterState_GetID:PyInterpreterState*:interp::
11491152
You can’t perform that action at this time.
0 commit comments