fix threading bug in pyshell

This commit is contained in:
roberto@debian32
2011-08-16 07:31:20 +02:00
parent c9e759bc14
commit 6f5b468b11
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -261,6 +261,8 @@ int uwsgi_python_profiler_call(PyObject *, PyFrameObject *, int, PyObject *);
void uwsgi_python_reset_random_seed(void);
char *uwsgi_pythonize(char *);
#ifdef __linux__
#ifndef PYTHREE
int uwsgi_init_symbol_import(void);