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 fweimer
Recipients fweimer, gregory.p.smith, pablogsal, ronaldoussoren, serhiy.storchaka, vstinner
Date 2018-09-19.14:15:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I wouldn't bother with POSIX_SPAWN_USEVFORK on GNU/Linux.  Current versions of glibc always use a vfork-style clone call, so there would be a difference on older versions only.  But there, the vfork code has subtle bugs, so using POSIX_SPAWN_USEVFORK there is not a good idea, either.
History
Date User Action Args
2018-09-19 14:15:37fweimersetrecipients: + fweimer, gregory.p.smith, ronaldoussoren, vstinner, serhiy.storchaka, pablogsal
2018-09-19 14:15:37fweimersetmessageid: <[email protected]>
2018-09-19 14:15:37fweimerlinkissue34663 messages
2018-09-19 14:15:37fweimercreate