commit | ced117452585913395ceffd742c9dd7aeaf80630 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 09 10:27:25 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 09 10:27:25 2015 +0200 |
tree | 8648fd4acb1cca5834e4e269c66dfb4388c58a30 | |
parent | 88ed640fc7aec18c6148525801186264ebef8a75 [diff] |
Issue #23618: Fix internal_select() for negative timeout (blocking socket) when poll() is not available. select() doesn't accept negative timeout, the timeout parameter must be NULL to block on select().