]> granicus.if.org Git - python/commit
bpo-31786: Make functions in the select module blocking when timeout is a small negat...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 17 Oct 2017 14:14:41 +0000 (15:14 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Oct 2017 14:14:41 +0000 (17:14 +0300)
commit2c15b29aea5d6b9c61aa42d2c24a07ff1edb4b46
treeb6b9f24a447144147ddd1959f90016106c077c05
parent552be9d7e64f91b8e4ba5b29cd5dcc442d56f92c
bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003)
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