Closed
Description
Bug report
sslmodule_init_constants
does not return -1
when any of PyModule_Add*
calls fail.
For example, PyModule_AddIntConstant
returns -1
on error, but it is never checked:
Lines 5790 to 5831 in 96cbd1e
Other ``sslmodule_init_*` functions do check for errors correctly.
I have a PR ready.