added --pyshell-oneshot

This commit is contained in:
roberto@oneiric64
2012-01-25 06:32:02 +01:00
parent 20856549c1
commit 6db3dab5ea
3 changed files with 14 additions and 1 deletions
+2
View File
@@ -22,6 +22,7 @@
#define LONG_ARGS_SPOOLER_PYIMPORT LONG_ARGS_PYTHON_BASE + 12
#define LONG_ARGS_PYTHON_RUN LONG_ARGS_PYTHON_BASE + 13
#define LONG_ARGS_SHARED_PYIMPORT LONG_ARGS_PYTHON_BASE + 14
#define LONG_ARGS_PYSHELL_ONESHOT LONG_ARGS_PYTHON_BASE + 15
#define PYTHON_APP_TYPE_WSGI 0
#define PYTHON_APP_TYPE_WEB3 1
@@ -131,6 +132,7 @@ struct uwsgi_python {
char *test_module;
int pyshell;
int pyshell_oneshot;
struct uwsgi_string_list *python_path;
struct uwsgi_string_list *import_list;