mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Merge doc update
This commit is contained in:
commit
ec43833cc7
2 changed files with 7 additions and 2 deletions
|
@ -537,10 +537,11 @@ code, or when embedding the Python interpreter:
|
|||
operations such as ``PyEval_ReleaseThread(tstate)``. It is not needed before
|
||||
calling :c:func:`PyEval_SaveThread` or :c:func:`PyEval_RestoreThread`.
|
||||
|
||||
.. index:: single: Py_Initialize()
|
||||
|
||||
This is a no-op when called for a second time.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
This function cannot be called before :c:func:`Py_Initialize()` anymore.
|
||||
|
||||
.. index:: module: _thread
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue