preliminary refactoring for multithreaded fastrouter/removed fastfuncs support

This commit is contained in:
roberto@oneiric64
2012-01-22 11:48:13 +01:00
parent 0f00d6fb23
commit 5d9d67caa4
5 changed files with 135 additions and 126 deletions
-1
View File
@@ -175,7 +175,6 @@ struct uwsgi_python {
PyObject *workers_tuple;
PyObject *embedded_dict;
PyObject *embedded_args;
PyObject *fastfuncslist;
char *pymodule_alias[MAX_PYMODULE_ALIAS];
int pymodule_alias_cnt;