pyargv fixes

This commit is contained in:
roberto@fiorenzo
2010-10-25 08:59:50 +02:00
parent 1a6324e825
commit d0c071e759
5 changed files with 15 additions and 17 deletions
+6
View File
@@ -56,6 +56,12 @@ struct uwsgi_python {
char *argv;
int argc;
#ifdef PYTHREE
wchar_t *py_argv[MAX_PYARGV];
#else
char *py_argv[MAX_PYARGV];
#endif
PyObject *wsgi_spitout;
PyObject *wsgi_writeout;