Lines Matching refs:Py_FinalizeEx
238 single: Py_FinalizeEx()
249 (without calling :c:func:`Py_FinalizeEx` first). There is no return value; it is a
267 (zero) if not. After :c:func:`Py_FinalizeEx` is called, this returns false until
271 .. c:function:: int Py_FinalizeEx()
299 :c:func:`Py_FinalizeEx` more than once.
306 This is a backwards-compatible version of :c:func:`Py_FinalizeEx` that
335 If :c:func:`Py_FinalizeEx` is called, this function will need to be called
1140 single: Py_FinalizeEx()
1150 :c:func:`Py_FinalizeEx` and :c:func:`Py_Initialize`; in that case, the extension's
1158 .. index:: single: Py_FinalizeEx()
1165 when it returns.) :c:func:`Py_FinalizeEx` will destroy all sub-interpreters that