diff options
author | Riccardo Coccioli <volans-@users.noreply.github.com> | 2017-10-18 12:04:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-10-18 12:04:04 (GMT) |
commit | 27b951c63353345cdf7a9a8c4c8133a5dafd6a80 (patch) | |
tree | 6adac0c5a137c1ce62c9e989a06fd5e3a0b67288 /Python/dynload_os2.c | |
parent | ed267e3305a54eddae8106bdaae2c62d4c3b7db6 (diff) | |
download | cpython-27b951c63353345cdf7a9a8c4c8133a5dafd6a80.zip cpython-27b951c63353345cdf7a9a8c4c8133a5dafd6a80.tar.gz cpython-27b951c63353345cdf7a9a8c4c8133a5dafd6a80.tar.bz2 |
[2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034)
Always pass -1, or INFTIM where defined, to the poll() system call when
a negative timeout is passed to the poll.poll([timeout]) method in the
select module. Various OSes throw an error with arbitrary negative
values..
(cherry picked from commit 6cfa927ceb931ad968b5b03e4a2bffb64a8a0604)
Diffstat (limited to 'Python/dynload_os2.c')
0 files changed, 0 insertions, 0 deletions