From: Victor Stinner Date: Mon, 13 May 2019 14:22:51 +0000 (+0200) Subject: bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282) X-Git-Tag: v3.8.0b1~389 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1f7262f7013074613805347db2276f8b5e0e3a4;p=thirdparty%2FPython%2Fcpython.git bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282) --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 367c069a7ff4..b30649498a92 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: