uWSGI 0.9.8.3

This commit is contained in:
roberto@gambit
2011-07-23 08:26:42 +02:00
parent 43d89b2eaf
commit be15137a49
3 changed files with 14 additions and 1 deletions
+5
View File
@@ -1,5 +1,7 @@
#include "uwsgi_python.h"
#ifndef PYTHREE
extern struct uwsgi_server uwsgi;
extern struct uwsgi_python up;
@@ -408,6 +410,7 @@ static int
symzipimporter_init(struct _symzipimporter *self, PyObject *args, PyObject *kwds)
{
char *name;
char *prefix = NULL;
@@ -504,6 +507,7 @@ symzipimporter_init(struct _symzipimporter *self, PyObject *args, PyObject *kwds
prefix[0] = ':';
}
return 0;
}
@@ -591,3 +595,4 @@ int uwsgi_init_symbol_import() {
}
#endif