-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
timemodule.c
does not handle errors on module creation
#111295
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
Labels
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Oct 25, 2023
erlend-aasland
pushed a commit
that referenced
this issue
Oct 25, 2023
Introduce ADD_INT macro wrapper for PyModule_AddIntConstant()
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 25, 2023
…thonGH-111296) Introduce ADD_INT macro wrapper for PyModule_AddIntConstant() (cherry picked from commit 81b03e7) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Fixed in 3.12 and main branches. |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…thon#111296) Introduce ADD_INT macro wrapper for PyModule_AddIntConstant()
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…thon#111296) Introduce ADD_INT 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
Here are the problematic lines:
cpython/Modules/timemodule.c
Lines 1766 to 1772 in 8b44f3c
cpython/Modules/timemodule.c
Lines 1831 to 1833 in 8b44f3c
cpython/Modules/timemodule.c
Lines 1836 to 1838 in 8b44f3c
However, in some cases it uses the correct approach:
cpython/Modules/timemodule.c
Lines 1985 to 1987 in 8b44f3c
Linked PRs
The text was updated successfully, but these errors were encountered: