Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Doc/c-api/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -877,13 +877,6 @@ code, or when embedding the Python interpreter:
and is not released.


.. c:function:: void PyEval_ReInitThreads()

This function is called from :c:func:`PyOS_AfterFork_Child` to ensure
that newly created child processes don't hold locks referring to threads
which are not running in the child process.


The following functions use thread-local storage, and are not compatible
with sub-interpreters:

Expand Down