[issue16500] Allow registering at-fork handlers

Serhiy Storchaka report at bugs.python.org
Sun May 28 08:11:02 EDT 2017


Serhiy Storchaka added the comment:

In PR 1834 Gregory proposes an alternate API:

    os.register_at_fork(*, before=None, after_in_parent=None, after_in_child=None)

Maybe open a new issue for this?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16500>
_______________________________________


More information about the Python-bugs-list mailing list