mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -1320,8 +1320,8 @@ except ImportError:
|
|||
|
||||
def _after_fork():
|
||||
# This function is called by Python/ceval.c:PyEval_ReInitThreads which
|
||||
# is called from PyOS_AfterFork. Here we cleanup threading module state
|
||||
# that should not exist after a fork.
|
||||
# is called from PyOS_AfterFork_Child. Here we cleanup threading module
|
||||
# state that should not exist after a fork.
|
||||
|
||||
# Reset _active_limbo_lock, in case we forked while the lock was held
|
||||
# by another (non-forked) thread. http://bugs.python.org/issue874900
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue