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/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/thread.c') diff --git a/Python/thread.c b/Python/thread.c index 8fa978abd8..ed697acaa4 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -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. */ -- cgit v1.2.1