python fixes and optimizations

This commit is contained in:
roberto@sirius
2010-10-29 13:02:59 +02:00
parent 8971539550
commit 32ab7e79ca
11 changed files with 56 additions and 104 deletions
+1
View File
@@ -149,6 +149,7 @@ PyObject *py_uwsgi_spit(PyObject * self, PyObject * args) {
uwsgi_error("writev()");
}
//uwsgi_log("%d %p\n", wsgi_req->poll.fd, up.wsgi_writeout);
Py_INCREF(up.wsgi_writeout);