summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorRiccardo Coccioli <volans-@users.noreply.github.com>2017-10-17 19:45:07 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-10-17 19:45:07 (GMT)
commit6cfa927ceb931ad968b5b03e4a2bffb64a8a0604 (patch)
tree855bb4cc90ec73fbcd093d09a4df313c92850e75 /Misc/ACKS
parent2c15b29aea5d6b9c61aa42d2c24a07ff1edb4b46 (diff)
downloadcpython-6cfa927ceb931ad968b5b03e4a2bffb64a8a0604.zip
cpython-6cfa927ceb931ad968b5b03e4a2bffb64a8a0604.tar.gz
cpython-6cfa927ceb931ad968b5b03e4a2bffb64a8a0604.tar.bz2
bpo-31334: Fix timeout in select.poll.poll() (GH-3277)
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 38f68ac..8b9f62e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -292,6 +292,7 @@ Brad Clements
Robbie Clemons
Steve Clift
Hervé Coatanhay
+Riccardo Coccioli
Nick Coghlan
Josh Cogliati
Dave Cole