]> granicus.if.org Git - python/commit
Issue #22117: Fix sock_call_ex() for non-blocking socket
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 6 Apr 2015 20:30:41 +0000 (22:30 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 6 Apr 2015 20:30:41 +0000 (22:30 +0200)
commit222dfc7d94a785bd710642a8917aefa70e1ea714
treee48de2116f6ce72a0ddbbf3a140765eade3b5da0
parent8912d1418e6b336c21bbe21c0dd123332bbe5ab5
Issue #22117: Fix sock_call_ex() for non-blocking socket

Call internal_select() with a timeout of 0 second, not a timeout of -1 second
(blocking)!
Modules/socketmodule.c