You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly the intention is that if you feel the need to set _USE_VFORK to false, you should open a CPython issue and reference it in a comment. However, in that case it's better to be explicit and add a sentence to the docs that says you should open a CPython issue in that case.
Please file issues any time you have to use these private knobs with a way to reproduce the issue you were seeing. Link to that issue from a comment in your code.
Documentation
https://docs.python.org/3/library/subprocess.html#disabling-use-of-vfork-or-posix-spawn references
These are the only missing references I found in the whole docs.
I tried to find the correct issue number, however it was not as easy as expected:
It either is #80004 or #79718.
The text was updated successfully, but these errors were encountered: