René's URL Explorer Experiment


Title: Issue 20311: epoll.poll(timeout) and PollSelector.select(timeout) must round the timeout to the upper bound - Python tracker

Mail addresses
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/64510 https://github.com/python/cpython/issues/64510
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
epoll_timeout.patchhttps://bugs.python.org/file33563/epoll_timeout.patch
reviewhttps://bugs.python.org/review/20311/#ps10650
select_round_timeout.patchhttps://bugs.python.org/file33564/select_round_timeout.patch
reviewhttps://bugs.python.org/review/20311/#ps10651
asyncio_granularity.patchhttps://bugs.python.org/file33680/asyncio_granularity.patch
reviewhttps://bugs.python.org/review/20311/#ps10734
msg208532https://bugs.python.org/issue20311#msg208532
(view)https://bugs.python.org/msg208532
msg208533https://bugs.python.org/issue20311#msg208533
(view)https://bugs.python.org/msg208533
http://code.google.com/p/tulip/issues/detail?id=106http://code.google.com/p/tulip/issues/detail?id=106
msg208534https://bugs.python.org/issue20311#msg208534
(view)https://bugs.python.org/msg208534
msg208539https://bugs.python.org/issue20311#msg208539
(view)https://bugs.python.org/msg208539
msg208540https://bugs.python.org/issue20311#msg208540
(view)https://bugs.python.org/msg208540
msg208588https://bugs.python.org/issue20311#msg208588
(view)https://bugs.python.org/msg208588
msg208595https://bugs.python.org/issue20311#msg208595
(view)https://bugs.python.org/msg208595
033137c12d88https://hg.python.org/lookup/033137c12d88
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/033137c12d88http://hg.python.org/cpython/rev/033137c12d88
02f9db3e684ehttps://hg.python.org/lookup/02f9db3e684e
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/02f9db3e684ehttp://hg.python.org/cpython/rev/02f9db3e684e
msg208596https://bugs.python.org/issue20311#msg208596
(view)https://bugs.python.org/msg208596
e042ea77a152https://hg.python.org/lookup/e042ea77a152
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/e042ea77a152http://hg.python.org/cpython/rev/e042ea77a152
msg208597https://bugs.python.org/issue20311#msg208597
(view)https://bugs.python.org/msg208597
#20320https://bugs.python.org/issue20320
msg208599https://bugs.python.org/issue20311#msg208599
(view)https://bugs.python.org/msg208599
http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%203.3/builds/1392/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%203.3/builds/1392/steps/test/logs/stdio
test/test_epoll.pyhttps://github.com/python/cpython/blob/3.3/Lib/test/test_epoll.py#L58
msg208601https://bugs.python.org/issue20311#msg208601
(view)https://bugs.python.org/msg208601
http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.3/builds/1360/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.3/builds/1360/steps/test/logs/stdio
test/test_epoll.pyhttps://github.com/python/cpython/blob/3.3/Lib/test/test_epoll.py#L58
msg208602https://bugs.python.org/issue20311#msg208602
(view)https://bugs.python.org/msg208602
e1619465c49dhttps://hg.python.org/lookup/e1619465c49d
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/e1619465c49dhttp://hg.python.org/cpython/rev/e1619465c49d
26c54e9a933bhttps://hg.python.org/lookup/26c54e9a933b
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/26c54e9a933bhttp://hg.python.org/cpython/rev/26c54e9a933b
msg208696https://bugs.python.org/issue20311#msg208696
(view)https://bugs.python.org/msg208696
7ce7295393c2https://hg.python.org/lookup/7ce7295393c2
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/7ce7295393c2http://hg.python.org/cpython/rev/7ce7295393c2
msg208927https://bugs.python.org/issue20311#msg208927
(view)https://bugs.python.org/msg208927
http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/9552http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/9552
test/test_epoll.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_epoll.py#L59
msg208928https://bugs.python.org/issue20311#msg208928
(view)https://bugs.python.org/msg208928
3637ccf9516ahttps://hg.python.org/lookup/3637ccf9516a
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/3637ccf9516ahttp://hg.python.org/cpython/rev/3637ccf9516a
msg208976https://bugs.python.org/issue20311#msg208976
(view)https://bugs.python.org/msg208976
msg209001https://bugs.python.org/issue20311#msg209001
(view)https://bugs.python.org/msg209001
http://code.google.com/p/tulip/issues/detail?id=106http://code.google.com/p/tulip/issues/detail?id=106
msg209005https://bugs.python.org/issue20311#msg209005
(view)https://bugs.python.org/msg209005
msg209006https://bugs.python.org/issue20311#msg209006
(view)https://bugs.python.org/msg209006
msg209008https://bugs.python.org/issue20311#msg209008
(view)https://bugs.python.org/msg209008
http://code.google.com/p/tulip/issues/detail?id=106http://code.google.com/p/tulip/issues/detail?id=106
msg209015https://bugs.python.org/issue20311#msg209015
(view)https://bugs.python.org/msg209015
http://code.google.com/p/tulip/issues/detail?id=106http://code.google.com/p/tulip/issues/detail?id=106
msg209016https://bugs.python.org/issue20311#msg209016
(view)https://bugs.python.org/msg209016
msg209019https://bugs.python.org/issue20311#msg209019
(view)https://bugs.python.org/msg209019
msg209021https://bugs.python.org/issue20311#msg209021
(view)https://bugs.python.org/msg209021
msg209039https://bugs.python.org/issue20311#msg209039
(view)https://bugs.python.org/msg209039
msg209040https://bugs.python.org/issue20311#msg209040
(view)https://bugs.python.org/msg209040
http://bugs.python.org/issue20311http://bugs.python.org/issue20311
msg209056https://bugs.python.org/issue20311#msg209056
(view)https://bugs.python.org/msg209056
msg209164https://bugs.python.org/issue20311#msg209164
(view)https://bugs.python.org/msg209164
msg209197https://bugs.python.org/issue20311#msg209197
(view)https://bugs.python.org/msg209197
900a1ff323bbhttps://hg.python.org/lookup/900a1ff323bb
#20311https://bugs.python.org/issue20311
033137c12d88https://hg.python.org/lookup/033137c12d88
http://hg.python.org/cpython/rev/900a1ff323bbhttp://hg.python.org/cpython/rev/900a1ff323bb
caab3e191485https://hg.python.org/lookup/caab3e191485
#20311https://bugs.python.org/issue20311
033137c12d88https://hg.python.org/lookup/033137c12d88
02f9db3e684ehttps://hg.python.org/lookup/02f9db3e684e
http://hg.python.org/cpython/rev/caab3e191485http://hg.python.org/cpython/rev/caab3e191485
msg209198https://bugs.python.org/issue20311#msg209198
(view)https://bugs.python.org/msg209198
90354a4c9ddehttps://hg.python.org/lookup/90354a4c9dde
#20311https://bugs.python.org/issue20311
e042ea77a152https://hg.python.org/lookup/e042ea77a152
7ce7295393c2https://hg.python.org/lookup/7ce7295393c2
http://hg.python.org/cpython/rev/90354a4c9ddehttp://hg.python.org/cpython/rev/90354a4c9dde
msg209199https://bugs.python.org/issue20311#msg209199
(view)https://bugs.python.org/msg209199
3b8a2281d323https://hg.python.org/lookup/3b8a2281d323
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/3b8a2281d323http://hg.python.org/cpython/rev/3b8a2281d323
4bc550c66228https://hg.python.org/lookup/4bc550c66228
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/4bc550c66228http://hg.python.org/cpython/rev/4bc550c66228
msg209201https://bugs.python.org/issue20311#msg209201
(view)https://bugs.python.org/msg209201
msg209213https://bugs.python.org/issue20311#msg209213
(view)https://bugs.python.org/msg209213
msg209238https://bugs.python.org/issue20311#msg209238
(view)https://bugs.python.org/msg209238
msg209245https://bugs.python.org/issue20311#msg209245
(view)https://bugs.python.org/msg209245
msg209247https://bugs.python.org/issue20311#msg209247
(view)https://bugs.python.org/msg209247
3b8a2281d323aa9abf497192b01cf906b98ed3d8https://hg.python.org/lookup/3b8a2281d323aa9abf497192b01cf906b98ed3d8
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/1533http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/1533
msg209248https://bugs.python.org/issue20311#msg209248
(view)https://bugs.python.org/msg209248
msg209249https://bugs.python.org/issue20311#msg209249
(view)https://bugs.python.org/msg209249
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/1538http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/1538
msg209250https://bugs.python.org/issue20311#msg209250
(view)https://bugs.python.org/msg209250
msg209251https://bugs.python.org/issue20311#msg209251
(view)https://bugs.python.org/msg209251
f453443c96e4https://hg.python.org/lookup/f453443c96e4
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/f453443c96e4http://hg.python.org/cpython/rev/f453443c96e4
msg209252https://bugs.python.org/issue20311#msg209252
(view)https://bugs.python.org/msg209252
test/test_telnetlib.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_telnetlib.py#L179
telnetlib.pyhttps://github.com/python/cpython/blob/main/Lib/telnetlib.py#L312
test/test_telnetlib.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_telnetlib.py#L388
telnetlib.pyhttps://github.com/python/cpython/blob/main/Lib/telnetlib.py#L617
msg209253https://bugs.python.org/issue20311#msg209253
(view)https://bugs.python.org/msg209253
06b98ed3d8https://hg.python.org/lookup/06b98ed3d8
f453443c96e4https://hg.python.org/lookup/f453443c96e4
msg209286https://bugs.python.org/issue20311#msg209286
(view)https://bugs.python.org/msg209286
msg209340https://bugs.python.org/issue20311#msg209340
(view)https://bugs.python.org/msg209340
msg209774https://bugs.python.org/issue20311#msg209774
(view)https://bugs.python.org/msg209774
f9a09b40bc17https://hg.python.org/lookup/f9a09b40bc17
#20311https://bugs.python.org/issue20311
#20452https://bugs.python.org/issue20452
http://hg.python.org/cpython/rev/f9a09b40bc17http://hg.python.org/cpython/rev/f9a09b40bc17
msg210008https://bugs.python.org/issue20311#msg210008
(view)https://bugs.python.org/msg210008
msg210023https://bugs.python.org/issue20311#msg210023
(view)https://bugs.python.org/msg210023
msg210024https://bugs.python.org/issue20311#msg210024
(view)https://bugs.python.org/msg210024
#20452https://bugs.python.org/issue20452
http://bugs.python.org/issue20452#msg209772http://bugs.python.org/issue20452#msg209772
msg210029https://bugs.python.org/issue20311#msg210029
(view)https://bugs.python.org/msg210029
#20452https://bugs.python.org/issue20452
http://bugs.python.org/issue20452#msg209772http://bugs.python.org/issue20452#msg209772
msg210034https://bugs.python.org/issue20311#msg210034
(view)https://bugs.python.org/msg210034
msg210042https://bugs.python.org/issue20311#msg210042
(view)https://bugs.python.org/msg210042
msg210058https://bugs.python.org/issue20311#msg210058
(view)https://bugs.python.org/msg210058
Lib/test/test_asyncio/test_events.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_asyncio/test_events.py
msg210060https://bugs.python.org/issue20311#msg210060
(view)https://bugs.python.org/msg210060
msg210865https://bugs.python.org/issue20311#msg210865
(view)https://bugs.python.org/msg210865
d393df09e139https://hg.python.org/lookup/d393df09e139
#20311https://bugs.python.org/issue20311
http://hg.python.org/cpython/rev/d393df09e139http://hg.python.org/cpython/rev/d393df09e139
msg210865https://bugs.python.org/msg210865
msg210060https://bugs.python.org/msg210060
msg210058https://bugs.python.org/msg210058
gvanrossumhttps://bugs.python.org/user5
georg.brandlhttps://bugs.python.org/user93
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
neologixhttps://bugs.python.org/user12146
python-devhttps://bugs.python.org/user13902
eric.snowhttps://bugs.python.org/user14000
msg210042https://bugs.python.org/msg210042
msg210034https://bugs.python.org/msg210034
msg210029https://bugs.python.org/msg210029
msg210024https://bugs.python.org/msg210024
msg210023https://bugs.python.org/msg210023
msg210008https://bugs.python.org/msg210008
serhiy.storchakahttps://bugs.python.org/user15623
msg209774https://bugs.python.org/msg209774
msg209340https://bugs.python.org/msg209340
msg209286https://bugs.python.org/msg209286
msg209253https://bugs.python.org/msg209253
msg209252https://bugs.python.org/msg209252
msg209251https://bugs.python.org/msg209251
msg209250https://bugs.python.org/msg209250
msg209249https://bugs.python.org/msg209249
msg209248https://bugs.python.org/msg209248
eric.snowhttps://bugs.python.org/user14000
msg209247https://bugs.python.org/msg209247
msg209245https://bugs.python.org/msg209245
msg209238https://bugs.python.org/msg209238
msg209213https://bugs.python.org/msg209213
msg209201https://bugs.python.org/msg209201
msg209199https://bugs.python.org/msg209199
msg209198https://bugs.python.org/msg209198
msg209197https://bugs.python.org/msg209197
georg.brandlhttps://bugs.python.org/user93
msg209164https://bugs.python.org/msg209164
asyncio_granularity.patchhttps://bugs.python.org/file33680
msg209056https://bugs.python.org/msg209056
msg209040https://bugs.python.org/msg209040
msg209039https://bugs.python.org/msg209039
msg209021https://bugs.python.org/msg209021
msg209019https://bugs.python.org/msg209019
msg209016https://bugs.python.org/msg209016
msg209015https://bugs.python.org/msg209015
msg209008https://bugs.python.org/msg209008
msg209006https://bugs.python.org/msg209006
msg209005https://bugs.python.org/msg209005
msg209001https://bugs.python.org/msg209001
msg208976https://bugs.python.org/msg208976
msg208928https://bugs.python.org/msg208928
msg208927https://bugs.python.org/msg208927
msg208696https://bugs.python.org/msg208696
msg208602https://bugs.python.org/msg208602
msg208601https://bugs.python.org/msg208601
msg208599https://bugs.python.org/msg208599
msg208597https://bugs.python.org/msg208597
msg208596https://bugs.python.org/msg208596
python-devhttps://bugs.python.org/user13902
msg208595https://bugs.python.org/msg208595
msg208588https://bugs.python.org/msg208588
select_round_timeout.patchhttps://bugs.python.org/file33564
msg208540https://bugs.python.org/msg208540
msg208539https://bugs.python.org/msg208539
msg208534https://bugs.python.org/msg208534
msg208533https://bugs.python.org/msg208533
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.