Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddbb978

Browse files
authored
C API docs: Py_IsInitialized is always safe to call (GH-12630)
1 parent 172bb39 commit ddbb978

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/c-api/init.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The following functions can be safely called before Python is initialized:
3737

3838
* Informative functions:
3939

40+
* :c:func:`Py_IsInitialized`
4041
* :c:func:`PyMem_GetAllocator`
4142
* :c:func:`PyObject_GetArenaAllocator`
4243
* :c:func:`Py_GetBuildInfo`

0 commit comments

Comments
 (0)