unlimited pythonpath entries

This commit is contained in:
roberto@natty32
2011-04-27 15:56:33 +02:00
parent 052aacfd36
commit 01ab891c11
2 changed files with 8 additions and 13 deletions
+1 -3
View File
@@ -3,7 +3,6 @@
#include <frameobject.h>
#define MAX_PYTHONPATH 64
#define MAX_PYMODULE_ALIAS 64
#define MAX_PYARGV 10
@@ -91,8 +90,7 @@ struct uwsgi_python {
char *test_module;
char *python_path[MAX_PYTHONPATH];
int python_path_cnt;
struct uwsgi_string_list *python_path;
PyObject *loader_dict;
PyObject* (*loaders[LOADER_MAX]) (void *);