refactored catch_exceptions

This commit is contained in:
Unbit
2013-02-17 11:22:09 +01:00
parent 0a9b5f05b0
commit b5a6da5448
8 changed files with 236 additions and 35 deletions
+5
View File
@@ -1875,5 +1875,10 @@ struct uwsgi_plugin pypy_plugin = {
.code_string = uwsgi_python_code_string,
.exception_class = uwsgi_python_exception_class,
.exception_msg = uwsgi_python_exception_msg,
.exception_repr = uwsgi_python_exception_repr,
.exception_log = uwsgi_python_exception_log,
};