File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -301,8 +301,9 @@ Initializing and finalizing the interpreter
301
301
than once; this can happen if an application calls :c:func:`Py_Initialize` and
302
302
:c:func: `Py_FinalizeEx ` more than once.
303
303
304
- .. versionadded :: 3.6
304
+ .. audit-event :: cpython._PySys_ClearAuditHooks "" c.Py_FinalizeEx
305
305
306
+ .. versionadded :: 3.6
306
307
307
308
.. c :function :: void Py_Finalize ()
308
309
@@ -992,12 +993,16 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
992
993
be held, but may be held if it is necessary to serialize calls to this
993
994
function.
994
995
996
+ .. audit-event:: cpython.PyInterpreterState_New "" c.PyInterpreterState_New
997
+
995
998
996
999
.. c:function:: void PyInterpreterState_Clear(PyInterpreterState *interp)
997
1000
998
1001
Reset all information in an interpreter state object. The global interpreter
999
1002
lock must be held.
1000
1003
1004
+ .. audit-event :: cpython.PyInterpreterState_Clear "" c.PyInterpreterState_Clear
1005
+
1001
1006
1002
1007
.. c :function :: void PyInterpreterState_Delete (PyInterpreterState *interp)
1003
1008
You can’t perform that action at this time.
0 commit comments