projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778a910
)
bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)
author
Victor Stinner
<vstinner@redhat.com>
Mon, 13 May 2019 14:22:51 +0000
(16:22 +0200)
committer
GitHub
<noreply@github.com>
Mon, 13 May 2019 14:22:51 +0000
(16:22 +0200)
Doc/c-api/init.rst
patch
|
blob
|
history
diff --git
a/Doc/c-api/init.rst
b/Doc/c-api/init.rst
index 367c069a7ff4cd4b479aab298c82614a5d446520..b30649498a92ac412b40d953527d2acf55464cfc 100644
(file)
--- 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: