This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, DLitz, aliles, amaury.forgeotdarc, asvetlov, christian.heimes, emptysquare, georg.brandl, grahamd, gregory.p.smith, ionelmc, jcea, lemburg, neologix, pitrou, rpcope1, sbt, socketpair, twouters, vstinner, xupeng, yselivanov
Date 2017-05-22.12:12:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495455139.36.0.0721742182985.issue16500@psf.upfronthosting.co.za>
In-reply-to
Content
I've posted https://github.com/python/cpython/pull/1715 which adds a single `os.register_at_fork` function to allow registering at-fork handlers.  Comments welcome.
History
Date User Action Args
2017-05-22 12:12:19pitrousetrecipients: + pitrou, lemburg, twouters, georg.brandl, gregory.p.smith, jcea, amaury.forgeotdarc, vstinner, christian.heimes, grahamd, Arfrever, ionelmc, asvetlov, neologix, socketpair, sbt, aliles, yselivanov, DLitz, emptysquare, xupeng, rpcope1
2017-05-22 12:12:19pitrousetmessageid: <1495455139.36.0.0721742182985.issue16500@psf.upfronthosting.co.za>
2017-05-22 12:12:19pitroulinkissue16500 messages
2017-05-22 12:12:19pitroucreate