mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge r68768 to py3k
This commit is contained in:
parent
7aedf11e57
commit
6214edd1bb
4 changed files with 33 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue