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 gregory.p.smith
Recipients gregory.p.smith, socketpair
Date 2022-04-06.23:15:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649286931.87.0.292828205813.issue47245@roundup.psfhosted.org>
In-reply-to
Content
Our current assumptions around the use of vfork() are very much glibc specific.

Another useful reference for reasoning, comments, and history is https://github.com/golang/go/blob/master/src/syscall/exec_linux.go#L146 `forkAndExecInChild1`
History
Date User Action Args
2022-04-06 23:15:31gregory.p.smithsetrecipients: + gregory.p.smith, socketpair
2022-04-06 23:15:31gregory.p.smithsetmessageid: <1649286931.87.0.292828205813.issue47245@roundup.psfhosted.org>
2022-04-06 23:15:31gregory.p.smithlinkissue47245 messages
2022-04-06 23:15:31gregory.p.smithcreate