merge r68768 to py3k

This commit is contained in:
Jesse Noller 2009-01-19 16:23:53 +00:00
parent 7aedf11e57
commit 6214edd1bb
4 changed files with 33 additions and 3 deletions

View file

@ -362,7 +362,7 @@ connection_poll(ConnectionObject *self, PyObject *args)
}
Py_BEGIN_ALLOW_THREADS
res = conn_poll(self, timeout);
res = conn_poll(self, timeout, _save);
Py_END_ALLOW_THREADS
switch (res) {