]> granicus.if.org Git - python/commit
Issue #23834: Fix the default socket timeout
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Apr 2015 08:23:12 +0000 (10:23 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Apr 2015 08:23:12 +0000 (10:23 +0200)
commit88ed640fc7aec18c6148525801186264ebef8a75
tree95b04e27c6f3fa2fd2c91531e352d60ab06759c4
parentda5cbe65ae2cf43164ce4ba8e3b47d7b8c15c013
Issue #23834: Fix the default socket timeout

Use -1 second by default, not -1 nanosecond.
Include/pytime.h
Modules/socketmodule.c