mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 04:31:44 +00:00
xml parsing and pluginized getopt_long stabilization
This commit is contained in:
@@ -12,9 +12,7 @@ PyObject *python_call(PyObject *callable, PyObject *args, int catch) {
|
||||
|
||||
PyObject *pyret;
|
||||
|
||||
uwsgi_log("CALLING %p %p\n", callable, args);
|
||||
pyret = PyEval_CallObject(callable, args);
|
||||
uwsgi_log("CALLED\n");
|
||||
|
||||
if (PyErr_Occurred()) {
|
||||
if (!catch) {
|
||||
@@ -28,8 +26,6 @@ PyObject *python_call(PyObject *callable, PyObject *args, int catch) {
|
||||
}
|
||||
#endif
|
||||
|
||||
uwsgi_log("called\n");
|
||||
|
||||
return pyret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user