mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
C API docs: Py_IsInitialized is always safe to call (GH-12630)
(cherry picked from commit ddbb978e10)
Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
This commit is contained in:
parent
5b80cb5584
commit
128e40f06f
1 changed files with 1 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue