Skip to content

Commit 7edf129

Browse files
committed
merge r68787 to py3k
1 parent 4401f34 commit 7edf129

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Modules/_multiprocessing/pipe_connection.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,8 @@ conn_recv_string(ConnectionObject *conn, char *buffer,
8383
* Check whether any data is available for reading
8484
*/
8585

86-
#define conn_poll(conn, timeout) conn_poll_save(conn, timeout, _save)
87-
8886
static int
89-
conn_poll_save(ConnectionObject *conn, double timeout, PyThreadState *_save)
87+
conn_poll(ConnectionObject *conn, double timeout, PyThreadState *_save)
9088
{
9189
DWORD bytes, deadline, delay;
9290
int difference, res;

0 commit comments

Comments
 (0)