fixed autoload

This commit is contained in:
roberto@precise64
2012-04-01 06:14:09 +02:00
parent a864c8d6ed
commit 35d9a39100
4 changed files with 63 additions and 5 deletions
-1
View File
@@ -246,7 +246,6 @@ void uwsgi_python_reset_random_seed() {
random_seed = PyDict_GetItemString(random_dict, "seed");
if (random_seed) {
PyObject *random_args = PyTuple_New(1);
Py_INCREF(random_args);
#ifdef UWSGI_PYPY
Py_INCREF(Py_None);
#endif