summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/c-api/init.rst')
-rw-r--r--Doc/c-api/init.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index 367c069..b306494 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -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: