commit | 128e40f06f3ddc18e113339af464ffefd070eaef | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Mar 30 04:29:43 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Mar 30 04:29:43 2019 -0700 |
tree | 6d4cf386712962f19e905a43fd5d95958cbcb1e1 | |
parent | 5b80cb5584a72044424f2d82d0ae79c720f24c47 [diff] [blame] |
C API docs: Py_IsInitialized is always safe to call (GH-12630) (cherry picked from commit ddbb978e1065dde21d1662386b26ded359f4b16e) Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 50998be..2cdc052 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst
@@ -37,6 +37,7 @@ * Informative functions: + * :c:func:`Py_IsInitialized` * :c:func:`PyMem_GetAllocator` * :c:func:`PyObject_GetArenaAllocator` * :c:func:`Py_GetBuildInfo`