-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-104372: use == -1 before PyErr_Occurred #104831
Conversation
The ideal pattern for this. (already in the 3.11 backport)
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-104833 is a backport of this pull request to the 3.12 branch. |
The ideal pattern for this. (already in the 3.11 backport) (cherry picked from commit 7f963bf) Co-authored-by: Gregory P. Smith <greg@krypto.org>
|
|
The ideal pattern for this. (already in the 3.11 backport)
vfork()
until the child processexec()
succeeds or fails. #104372