diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-05-28 09:35:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-28 09:35:14 (GMT) |
commit | f7ecfac0c15f0c43ef5e6c0081eb3a059af9f074 (patch) | |
tree | dc86efb4f9610d3bf9e6338170621bdd1f244f58 /Python/pystate.c | |
parent | eca7da0f13c78013b924fe7306f3e2e59c0af40b (diff) | |
download | cpython-f7ecfac0c15f0c43ef5e6c0081eb3a059af9f074.zip cpython-f7ecfac0c15f0c43ef5e6c0081eb3a059af9f074.tar.gz cpython-f7ecfac0c15f0c43ef5e6c0081eb3a059af9f074.tar.bz2 |
Doc nits for bpo-16500 (#1841)
* Doc nits for bpo-16500
* Fix more references
Diffstat (limited to 'Python/pystate.c')
-rw-r--r-- | Python/pystate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pystate.c b/Python/pystate.c index 064204d..0e62ee9 100644 --- a/Python/pystate.c +++ b/Python/pystate.c @@ -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. */ |