Lines Matching refs:Py_FinalizeEx
242 single: Py_FinalizeEx()
253 (without calling :c:func:`Py_FinalizeEx` first). There is no return value; it is a
271 (zero) if not. After :c:func:`Py_FinalizeEx` is called, this returns false until
275 .. c:function:: int Py_FinalizeEx()
303 :c:func:`Py_FinalizeEx` more than once.
305 .. audit-event:: cpython._PySys_ClearAuditHooks "" c.Py_FinalizeEx
311 This is a backwards-compatible version of :c:func:`Py_FinalizeEx` that
340 If :c:func:`Py_FinalizeEx` is called, this function will need to be called
1347 single: Py_FinalizeEx()
1371 calling :c:func:`Py_FinalizeEx` and :c:func:`Py_Initialize`; in that
1381 .. index:: single: Py_FinalizeEx()
1388 when it returns.) :c:func:`Py_FinalizeEx` will destroy all sub-interpreters that