[issue24010] Add error checks to PyInit__locale()

Berker Peksag report at bugs.python.org
Fri Aug 17 16:46:59 EDT 2018


Berker Peksag <berker.peksag at gmail.com> added the comment:

A variant of localemodule.patch without error checking for PyModule_AddIntMacro() has been applied in https://github.com/python/cpython/commit/ff4fddde57d5579dff3a83d99e20cd06366b10d6.

Christian, can this be closed or do we still need to add error checking to all PyModule_AddIntMacro() usages?

----------
nosy: +berker.peksag

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24010>
_______________________________________


More information about the Python-bugs-list mailing list