]> granicus.if.org Git - python/commit
[3.6] bpo-31786: Make functions in the select module blocking when timeout is a small...
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 18 Oct 2017 08:12:47 +0000 (09:12 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 18 Oct 2017 08:12:47 +0000 (11:12 +0300)
commit95602b368b87da3702a0f340ded2a23e823bb104
tree48698f6120f2e0ee60d3df01a3fefc9531d3473d
parent178148025494c4058571831fb11fc8eeff8b7365
[3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022)

(cherry picked from commit 2c15b29aea5d6b9c61aa42d2c24a07ff1edb4b46)
Include/pytime.h
Lib/test/test_poll.py
Lib/test/test_time.py
Misc/NEWS.d/next/Core and Builtins/2017-10-15-23-44-57.bpo-31786.XwdEP4.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/selectmodule.c
Python/pytime.c