summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartinAltmayer <martin.altmayer@web.de>2018-07-31 14:06:12 (GMT)
committerYury Selivanov <yury@magic.io>2018-07-31 14:06:12 (GMT)
commit944451cd8d3e897138f4b43569de13cd081ee251 (patch)
tree07230ba80372c8efb6da78ac994934ad73167291 /Misc
parent9c18b1ae527346bc178250ad1ca07bffdacde5dd (diff)
downloadcpython-944451cd8d3e897138f4b43569de13cd081ee251.zip
cpython-944451cd8d3e897138f4b43569de13cd081ee251.tar.gz
cpython-944451cd8d3e897138f4b43569de13cd081ee251.tar.bz2
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-07-28-17-00-36.bpo-34263.zUfRsu.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-28-17-00-36.bpo-34263.zUfRsu.rst b/Misc/NEWS.d/next/Library/2018-07-28-17-00-36.bpo-34263.zUfRsu.rst
new file mode 100644
index 0000000..799463b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-07-28-17-00-36.bpo-34263.zUfRsu.rst
@@ -0,0 +1,2 @@
+asyncio's event loop will not pass timeouts longer than one day to
+epoll/select etc.