From c1f7262f7013074613805347db2276f8b5e0e3a4 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 13 May 2019 16:22:51 +0200 Subject: bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282) --- Doc/c-api/init.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 367c069a7f..b30649498a 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: -- cgit v1.2.1