mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Doc nits for bpo-16500 (#1841)
* Doc nits for bpo-16500 * Fix more references
This commit is contained in:
parent
eca7da0f13
commit
f7ecfac0c1
8 changed files with 25 additions and 13 deletions
|
@ -800,7 +800,7 @@ _PyGILState_Fini(void)
|
|||
autoInterpreterState = NULL;
|
||||
}
|
||||
|
||||
/* Reset the TLS key - called by PyOS_AfterFork().
|
||||
/* Reset the TLS key - called by PyOS_AfterFork_Child().
|
||||
* This should not be necessary, but some - buggy - pthread implementations
|
||||
* don't reset TLS upon fork(), see issue #10517.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue