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:01:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649286105.31.0.052810668697.issue47245@roundup.psfhosted.org>
In-reply-to
Content
Immediate action item: Add a way for people to disable vfork at runtime by setting a flag in the subprocess module, just in case.

This can be backported to 3.10 - It'd provide an escape hatch for anyone without a need to rebuild Python to disable use of vfork() without resorting to LD_PRELOAD hacks.

This is not an urgent issue unless actual practical problems are being observed in the field.
History
Date User Action Args
2022-04-06 23:01:45gregory.p.smithsetrecipients: + gregory.p.smith, socketpair
2022-04-06 23:01:45gregory.p.smithsetmessageid: <1649286105.31.0.052810668697.issue47245@roundup.psfhosted.org>
2022-04-06 23:01:45gregory.p.smithlinkissue47245 messages
2022-04-06 23:01:45gregory.p.smithcreate