From f7ecfac0c15f0c43ef5e6c0081eb3a059af9f074 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 28 May 2017 11:35:14 +0200 Subject: Doc nits for bpo-16500 (#1841) * Doc nits for bpo-16500 * Fix more references --- Python/pystate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pystate.c') diff --git a/Python/pystate.c b/Python/pystate.c index 064204da14..0e62ee9203 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. */ -- cgit v1.2.1