From: Nick Coghlan Date: Sat, 30 Mar 2019 11:24:05 +0000 (+1000) Subject: C API docs: Py_IsInitialized is always safe to call (GH-12630) X-Git-Tag: v3.8.0a4~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddbb978e1065dde21d1662386b26ded359f4b16e;p=python C API docs: Py_IsInitialized is always safe to call (GH-12630) --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 2c6d21fa9d..b87e999fe0 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -37,6 +37,7 @@ The following functions can be safely called before Python is initialized: * Informative functions: + * :c:func:`Py_IsInitialized` * :c:func:`PyMem_GetAllocator` * :c:func:`PyObject_GetArenaAllocator` * :c:func:`Py_GetBuildInfo`