[Python-checkins] C API docs: Py_IsInitialized is always safe to call (GH-12630)

Nick Coghlan webhook-mailer at python.org
Sat Mar 30 07:24:09 EDT 2019


https://github.com/python/cpython/commit/ddbb978e1065dde21d1662386b26ded359f4b16e
commit: ddbb978e1065dde21d1662386b26ded359f4b16e
branch: master
author: Nick Coghlan <ncoghlan at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-03-30T21:24:05+10:00
summary:

C API docs: Py_IsInitialized is always safe to call (GH-12630)

files:
M Doc/c-api/init.rst

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



More information about the Python-checkins mailing list