commit | b2a37733017c4a469147d00d539e5313afc19340 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Mar 14 00:20:51 2012 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Mar 14 00:20:51 2012 +0100 |
tree | b892855aba1fd9b3ebdfc888fe86fe35730fbbde | |
parent | 8050ca9c6f614d2beb47cc1b53d73f3721f57c8f [diff] |
Issue #14180: Fix the select module to handle correctly the Windows timeval structure. timeval.tv_sec is a long on Windows, not time_t.