[issue24010] Add error checks to PyInit__locale()

Irit Katriel report at bugs.python.org
Sat Dec 11 12:56:22 EST 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

This function now looks like this:

PyMODINIT_FUNC
PyInit__locale(void)
{
    return PyModuleDef_Init(&_localemodule);
}

----------
nosy: +iritkatriel
resolution:  -> out of date
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list