disabled embedded loading in python 3.x

This commit is contained in:
roberto@debian32
2011-07-18 19:18:00 +02:00
parent 9761153ab0
commit 4c19a941eb
7 changed files with 12 additions and 5 deletions
+2
View File
@@ -233,5 +233,7 @@ int uwsgi_python_profiler_call(PyObject *, PyFrameObject *, int, PyObject *);
void uwsgi_python_reset_random_seed(void);
#ifdef __linux__
#ifndef PYTHREE
int uwsgi_init_symbol_import(void);
#endif
#endif