diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-04-06 23:06:01 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-04-06 23:06:01 +0200 |
commit | 9001d8089cf1632680a838b44697cb3339e40dce (patch) | |
tree | 3482321928bdc524a11504adaea0422b18bced31 /Lib/queue.py | |
parent | 62aa7dc7c9b279df9bfd23c3553b1c27725dc76b (diff) | |
download | cpython-git-9001d8089cf1632680a838b44697cb3339e40dce.tar.gz |
Issue #23834: Fix initial value of the socket timeout
Use _PyTime_FromSeconds() to initialize the default socket timeout to -1
second, instead of -1 nanosecond which causes rounding issues in
internal_select().
Diffstat (limited to 'Lib/queue.py')
0 files changed, 0 insertions, 0 deletions