mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 12:41:38 +00:00
pyargv fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user