minor fixes for test suite

This commit is contained in:
roberto@precise64
2012-03-28 12:40:20 +02:00
parent 57d4cd9fc9
commit 1a173c849f
2 changed files with 11 additions and 2 deletions
+3
View File
@@ -661,6 +661,9 @@ void init_uwsgi_embedded_module() {
exit(1);
}
}
else {
PyDict_SetItemString(up.embedded_dict, "loop", Py_None);
}
PyObject *py_opt_dict = PyDict_New();
for (i = 0; i < uwsgi.exported_opts_cnt; i++) {