mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
merge r68787 to py3k
This commit is contained in:
parent
4401f348c8
commit
7edf1298c4
1 changed files with 1 additions and 3 deletions
|
@ -83,10 +83,8 @@ conn_recv_string(ConnectionObject *conn, char *buffer,
|
|||
* Check whether any data is available for reading
|
||||
*/
|
||||
|
||||
#define conn_poll(conn, timeout) conn_poll_save(conn, timeout, _save)
|
||||
|
||||
static int
|
||||
conn_poll_save(ConnectionObject *conn, double timeout, PyThreadState *_save)
|
||||
conn_poll(ConnectionObject *conn, double timeout, PyThreadState *_save)
|
||||
{
|
||||
DWORD bytes, deadline, delay;
|
||||
int difference, res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue