bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)

This commit is contained in:
Victor Stinner 2019-05-13 16:22:51 +02:00 committed by GitHub
parent 778a910758
commit c1f7262f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

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