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
blake2module.c does not handle errors on module creation
#111251
Labels
Comments
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
Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
hugovk
added a commit
that referenced
this issue
Nov 10, 2023
hugovk
pushed a commit
that referenced
this issue
Nov 10, 2023
|
Backport PRs now merged, thanks! |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…1252) Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels


Bug report
It does it in some parts:
cpython/Modules/_blake2/blake2module.c
Lines 88 to 90 in 81eba76
cpython/Modules/_blake2/blake2module.c
Lines 66 to 75 in 81eba76
But, not in others:
cpython/Modules/_blake2/blake2module.c
Lines 98 to 101 in 81eba76
cpython/Modules/_blake2/blake2module.c
Lines 120 to 123 in 81eba76
This is similar to:
_selectmodule.cdoes not handle errors when creating a module #111233_ssl.cdoes not handle errors on module creation #111230Linked PRs
The text was updated successfully, but these errors were encountered: