preliminary support for detachable pyshell

This commit is contained in:
roberto@debian32
2011-09-10 17:28:01 +02:00
parent 5130a7bb33
commit e86bd0c070
4 changed files with 40 additions and 4 deletions
+1
View File
@@ -128,6 +128,7 @@ struct uwsgi_python {
char *test_module;
int pyshell;
char *pyshell_pts;
struct uwsgi_string_list *python_path;
struct uwsgi_string_list *import_list;