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

This commit is contained in:
Nick Coghlan 2019-03-30 21:24:05 +10:00 committed by GitHub
parent 172bb39452
commit ddbb978e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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`