-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
socketmodule.c
does not handle errors on module creation extension-modules
#111253
Labels
Comments
sobolevn
added
type-bug
An unexpected behavior, bug, or error
extension-modules
C modules in the Modules dir
labels
Oct 24, 2023
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Oct 24, 2023
erlend-aasland
pushed a commit
that referenced
this issue
Oct 25, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 25, 2023
…111254) (cherry picked from commit 3052c09) Co-authored-by: Nikita Sobolev <[email protected]>
vstinner
pushed a commit
that referenced
this issue
Nov 1, 2023
Fixed in 3.12 and main branches. |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
It handles most with a specialized macro:
cpython/Modules/socketmodule.c
Lines 7716 to 7722 in 81eba76
but not these ones:
cpython/Modules/socketmodule.c
Lines 7724 to 7731 in 81eba76
Introduced in #96536
Linked PRs
The text was updated successfully, but these errors were encountered: