Commit c1f7262f authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

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

parent 778a9107
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment