added preliminary python tracebacker

This commit is contained in:
roberto@precise64
2012-05-11 20:44:56 +02:00
parent 8c833101d8
commit 9fe275141f
5 changed files with 152 additions and 14 deletions
+2
View File
@@ -297,9 +297,11 @@ clear2:
uwsgi_python_do_send_headers(wsgi_req);
}
Py_DECREF((PyObject *)wsgi_req->async_result);
PyErr_Clear();
return UWSGI_OK;
}