[Python-checkins] [python/cpython] 346cbd: bpo-16500: Allow registering at-fork handlers (#17...

GitHub noreply at github.com
Sat May 27 11:50:56 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 346cbd351ee0dd3ab9cb9f0e4cb625556707877e
      https://github.com/python/cpython/commit/346cbd351ee0dd3ab9cb9f0e4cb625556707877e
  Author: Antoine Pitrou <pitrou at free.fr>
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
    M Doc/c-api/sys.rst
    M Doc/library/os.rst
    M Include/intrcheck.h
    M Include/pystate.h
    M Lib/multiprocessing/forkserver.py
    M Lib/multiprocessing/popen_fork.py
    M Lib/random.py
    M Lib/test/test_posix.py
    M Lib/test/test_random.py
    M Misc/NEWS
    M Modules/_posixsubprocess.c
    M Modules/clinic/posixmodule.c.h
    M Modules/posixmodule.c
    M Modules/signalmodule.c
    M Python/pystate.c

  Log Message:
  -----------
  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




More information about the Python-checkins mailing list