fixed virtualhosting with dynamic virtualenv

This commit is contained in:
roberto@debian64
2011-04-12 10:34:36 +02:00
parent 2392eb7e0b
commit e503999392
4 changed files with 5 additions and 2 deletions
-1
View File
@@ -125,7 +125,6 @@ int init_uwsgi_app(int loader, void *arg1, struct wsgi_request *wsgi_req, PyThre
}
}
if (interpreter == NULL && id) {
wi->interpreter = Py_NewInterpreter();
if (!wi->interpreter) {