Commit ddbb978e authored by Nick Coghlan's avatar Nick Coghlan Committed by GitHub

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

parent 172bb394
......@@ -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`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment