From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 30 Mar 2019 11:29:43 +0000 (-0700) Subject: C API docs: Py_IsInitialized is always safe to call (GH-12630) X-Git-Tag: v3.7.4rc1~277 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=128e40f06f3ddc18e113339af464ffefd070eaef;p=thirdparty%2FPython%2Fcpython.git C API docs: Py_IsInitialized is always safe to call (GH-12630) (cherry picked from commit ddbb978e1065dde21d1662386b26ded359f4b16e) Co-authored-by: Nick Coghlan --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 50998be5747b..2cdc0527dff9 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`