diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 50998be5747..2cdc0527dff 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`