Skip to content

Commit 6730065

Browse files
committed
return m
1 parent f5a0b07 commit 6730065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testmultiphase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ _testmultiphase_StateAccessType_getmodulebydef_bad_def_impl(StateAccessTypeObjec
182182
PyObject *m = PyType_GetModuleByDef(Py_TYPE(self), &def_nonmodule);
183183
assert(PyErr_Occurred());
184184
assert(m == NULL);
185-
return NULL;
185+
return m;
186186
}
187187

188188
/*[clinic input]

0 commit comments

Comments
 (0)