merge r68787 to py3k
This commit is contained in:
parent
4401f348c8
commit
7edf1298c4
@ -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…
x
Reference in New Issue
Block a user