improved the pyshell

This commit is contained in:
roberto@debian32
2011-08-04 07:05:39 +02:00
parent 4f94ceed5e
commit 5353eba35b
6 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ int uwsgi_response_subhandler_web3(struct wsgi_request *wsgi_req) {
wsgi_req->async_placeholder = PyTuple_GetItem((PyObject *)wsgi_req->async_result, 0);
Py_INCREF(wsgi_req->async_placeholder);
Py_INCREF((PyObject *)wsgi_req->async_placeholder);
PyObject *spit_args = PyTuple_New(2);