File: markupsafe/_speedups.c
Function: PyInit__speedups
Error: returning (PyObject*)NULL without setting an exception
230 PyMODINIT_FUNC
231 PyInit__speedups(void)
232 {
233 	if (!init_constants())
when considering value == (int)0 from markupsafe/_speedups.c:233
taking True path
234 		return NULL;
235 
236 	return PyModule_Create(&module_definition);
237 }
returning (PyObject*)NULL without setting an exception