mirror of
https://github.com/python/cpython.git
synced 2025-09-10 02:36:56 +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
|
@ -325,7 +325,7 @@ PyThread_delete_key_value(int key)
|
|||
}
|
||||
|
||||
/* Forget everything not associated with the current thread id.
|
||||
* This function is called from PyOS_AfterFork(). It is necessary
|
||||
* This function is called from PyOS_AfterFork_Child(). It is necessary
|
||||
* because other thread ids which were in use at the time of the fork
|
||||
* may be reused for new threads created in the forked process.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue