ported symimporter/symzipimporter to python3

This commit is contained in:
roberto@debian32
2011-10-24 16:35:59 +02:00
parent 3a8db4a97a
commit 07fd84f89f
5 changed files with 53 additions and 12 deletions

View File

@@ -915,9 +915,11 @@ void uwsgi_python_init_apps() {
#ifdef __linux__
#if !defined(PYTHREE) && !defined(UWSGI_PYPY)
#ifndef UWSGI_PYPY
#ifdef UWSGI_EMBEDDED
uwsgi_init_symbol_import();
#endif
#endif
#endif
if (up.test_module != NULL) {