There was an error while loading. Please reload this page.
1 parent 559bad1 commit e5d1f73Copy full SHA for e5d1f73
1 file changed
Modules/_xxtestfuzz/_xxtestfuzz.c
@@ -44,10 +44,5 @@ static struct PyModuleDef _fuzzmodule = {
44
PyMODINIT_FUNC
45
PyInit__xxtestfuzz(void)
46
{
47
- PyObject *m = NULL;
48
-
49
- if ((m = PyModule_Create(&_fuzzmodule)) == NULL) {
50
- return NULL;
51
- }
52
- return m;
+ return PyModule_Create(&_fuzzmodule);
53
}
0 commit comments