_selectmodule.c
does not handle errors when creating a module
#111233
Labels
_selectmodule.c
does not handle errors when creating a module
#111233
Bug report
It is documented that
PyModule_AddIntMacro
can raise an error (and it can in fact):But, some calls are not checked for errors:
cpython/Modules/selectmodule.c
Lines 2471 to 2476 in 96cbd1e
Linked PRs
selectmodule.c
not checking for errors when initializing #111234The text was updated successfully, but these errors were encountered: