cheap+idle+lazy improved for threading

This commit is contained in:
roberto@debian32
2011-06-25 07:58:40 +02:00
parent 576a1e7cb2
commit e3c9b2c0bf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -12,11 +12,11 @@ PyObject *python_call(PyObject *callable, PyObject *args, int catch) {
PyObject *pyret;
uwsgi_log("ready to call %p %p\n", callable, args);
//uwsgi_log("ready to call %p %p\n", callable, args);
pyret = PyEval_CallObject(callable, args);
uwsgi_log("called\n");
//uwsgi_log("called\n");
if (PyErr_Occurred()) {
if (PyErr_ExceptionMatches(PyExc_MemoryError)) {