]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16500: Use register_at_fork() in the threading module (#1843)
authorAntoine Pitrou <pitrou@free.fr>
Sun, 28 May 2017 12:02:26 +0000 (14:02 +0200)
committerGitHub <noreply@github.com>
Sun, 28 May 2017 12:02:26 +0000 (14:02 +0200)
commit4a8bcdf79cdb3684743fe1268de62ee88bada439
treeb2a35e7b3035cdaa5a8fe5bdcba81ca177d5686c
parent0aa0a06e8b719533aefd175a5716f1698f474052
bpo-16500: Use register_at_fork() in the threading module (#1843)

* bpo-16500: Use register_at_fork() in the threading module

* Update comment at top of _after_fork()
Lib/threading.py
Python/ceval.c