Łukasz Langa <luk...@langa.pl> added the comment:

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.

----------
nosy: +lukasz.langa

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to