-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Handle errors correctly in wait_helper
in posixmodule.c
#116404
Labels
Comments
sobolevn
added
type-bug
An unexpected behavior, bug, or error
extension-modules
C modules in the Modules dir
labels
Mar 6, 2024
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 6, 2024
sobolevn
added a commit
that referenced
this issue
Mar 6, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 6, 2024
…dule` (pythonGH-116405) (cherry picked from commit 22ccf13) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 6, 2024
…dule` (pythonGH-116405) (cherry picked from commit 22ccf13) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This was referenced Mar 6, 2024
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
There are several issues in this function:
cpython/Modules/posixmodule.c
Lines 9584 to 9609 in d2f1b0e
PyLong_FromPid
can returnNULL
, but this case is ignoredcpython/Modules/posixmodule.c
Line 9611 in d2f1b0e
I have a PR ready.
Linked PRs
wait_helper
inposixmodule
#116405wait_helper
inposixmodule
(GH-116405) #116406wait_helper
inposixmodule
(GH-116405) #116407The text was updated successfully, but these errors were encountered: