Skip to content

Commit

Permalink
C API docs: Py_IsInitialized is always safe to call (pythonGH-12630)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Mar 30, 2019
1 parent 172bb39 commit ddbb978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doc/c-api/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit ddbb978

Please sign in to comment.