Message 314844 - Python tracker

Message314844

Author lukasz.langa
Recipients Albert.Zeyer, gregory.p.smith, lukasz.langa
Date 2018-04-03.00:57:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522717057.33.0.467229070634.issue31814@psf.upfronthosting.co.za>
In-reply-to
Content
Greg, the flip side is that now any Python user is at the mercy of third-party library providers to do the right thing in terms of pthread_atfork(). It won't always be feasible for the user to influence the third party to fix the problem. You're right that vfork() won't solve the fundamental issue but will at least remove one case where it currently causes crashes.
History
Date User Action Args
2018-04-03 00:57:37lukasz.langasetrecipients: + lukasz.langa, gregory.p.smith, Albert.Zeyer
2018-04-03 00:57:37lukasz.langasetmessageid: <1522717057.33.0.467229070634.issue31814@psf.upfronthosting.co.za>
2018-04-03 00:57:37lukasz.langalinkissue31814 messages
2018-04-03 00:57:36lukasz.langacreate