]> granicus.if.org Git - python/commit
Issue #14180: Fix the select module to handle correctly the Windows timeval
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 13 Mar 2012 23:20:51 +0000 (00:20 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 13 Mar 2012 23:20:51 +0000 (00:20 +0100)
commitb2a37733017c4a469147d00d539e5313afc19340
treeb892855aba1fd9b3ebdfc888fe86fe35730fbbde
parent8050ca9c6f614d2beb47cc1b53d73f3721f57c8f
Issue #14180: Fix the select module to handle correctly the Windows timeval
structure. timeval.tv_sec is a long on Windows, not time_t.
Modules/selectmodule.c