]> granicus.if.org Git - python/commit
bpo-16500: Allow registering at-fork handlers (#1715)
authorAntoine Pitrou <pitrou@free.fr>
Sat, 27 May 2017 15:50:54 +0000 (17:50 +0200)
committerGitHub <noreply@github.com>
Sat, 27 May 2017 15:50:54 +0000 (17:50 +0200)
commit346cbd351ee0dd3ab9cb9f0e4cb625556707877e
tree8590c5fc85acf57750ecb8d07a407a3dbe233f85
parentf931fd1c2ad969db72460d3ab41e3d1a4a62c371
bpo-16500: Allow registering at-fork handlers (#1715)

* bpo-16500: Allow registering at-fork handlers

* Address Serhiy's comments

* Add doc for new C API

* Add doc for new Python-facing function

* Add NEWS entry + doc nit
15 files changed:
Doc/c-api/sys.rst
Doc/library/os.rst
Include/intrcheck.h
Include/pystate.h
Lib/multiprocessing/forkserver.py
Lib/multiprocessing/popen_fork.py
Lib/random.py
Lib/test/test_posix.py
Lib/test/test_random.py
Misc/NEWS
Modules/_posixsubprocess.c
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
Modules/signalmodule.c
Python/pystate.c