diff options
author | Cody Maloney <cmaloney@users.noreply.github.com> | 2024-07-31 01:39:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 01:39:54 (GMT) |
commit | a9344cdffa30fdf60154d645f9e74ab3d67ae2e9 (patch) | |
tree | b9aedf3830b49fa93a9dbbfda8635ece486aa717 /Python/pytime.c | |
parent | 82db5728136ebec3a1d221570b810b4128a21255 (diff) | |
download | cpython-a9344cdffa30fdf60154d645f9e74ab3d67ae2e9.zip cpython-a9344cdffa30fdf60154d645f9e74ab3d67ae2e9.tar.gz cpython-a9344cdffa30fdf60154d645f9e74ab3d67ae2e9.tar.bz2 |
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
This flag was added as an escape hatch in gh-91401 and backported to
Python 3.10. The flag broke at some point between its addition and now.
As there is currently no publicly known environments that require this,
remove it rather than work on fixing it.
This leaves the flag in the subprocess module to not break code which
may have used / checked the flag itself.
discussion: https://discuss.python.org/t/subprocess-use-vfork-escape-hatch-broken-fix-or-remove/56915/2
Diffstat (limited to 'Python/pytime.c')
0 files changed, 0 insertions, 0 deletions