commit | 346cbd351ee0dd3ab9cb9f0e4cb625556707877e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <pitrou@free.fr> | Sat May 27 17:50:54 2017 +0200 |
committer | GitHub <noreply@github.com> | Sat May 27 17:50:54 2017 +0200 |
tree | 8590c5fc85acf57750ecb8d07a407a3dbe233f85 | |
parent | f931fd1c2ad969db72460d3ab41e3d1a4a62c371 [diff] |
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