mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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
|
@ -194,7 +194,7 @@ _PyImport_ReleaseLock(void)
|
|||
return 1;
|
||||
}
|
||||
|
||||
/* This function is called from PyOS_AfterFork to ensure that newly
|
||||
/* This function is called from PyOS_AfterFork_Child to ensure that newly
|
||||
created child processes do not share locks with the parent.
|
||||
We now acquire the import lock around fork() calls but on some platforms
|
||||
(Solaris 9 and earlier? see isue7242) that still left us with problems. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue