René's URL Explorer Experiment


Title: Issue 26669: time.localtime(float("NaN")) does not raise a ValueError on all platforms - Python tracker

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/70856 https://github.com/python/cpython/issues/70856
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
PR 3085https://github.com/python/cpython/pull/3085
PR 3467https://github.com/python/cpython/pull/3467
PR 11507https://github.com/python/cpython/pull/11507
PR 11507https://github.com/python/cpython/pull/11507
PR 11507https://github.com/python/cpython/pull/11507
PR 11507https://github.com/python/cpython/pull/11507
msg262653https://bugs.python.org/issue26669#msg262653
(view)https://bugs.python.org/msg262653
Python/pytime.chttps://github.com/python/cpython/blob/master/Python/pytime.c
Modules/timemodule.chttps://github.com/python/cpython/blob/master/Modules/timemodule.c
https://hg.python.org/cpython/file/4c903ceeb4d1/Python/pytime.c#l149https://hg.python.org/cpython/file/4c903ceeb4d1/Python/pytime.c#l149
https://hg.python.org/cpython/file/2.7/Modules/timemodule.c#l102https://hg.python.org/cpython/file/2.7/Modules/timemodule.c#l102
msg300237https://bugs.python.org/issue26669#msg300237
(view)https://bugs.python.org/msg300237
msg301041https://bugs.python.org/issue26669#msg301041
(view)https://bugs.python.org/msg301041
PR 3085https://github.com/python/cpython/pull/3085
msg301754https://bugs.python.org/issue26669#msg301754
(view)https://bugs.python.org/msg301754
829dacce4fca60fc3c3367980e75e21dfcdbe6behttps://hg.python.org/lookup/829dacce4fca60fc3c3367980e75e21dfcdbe6be
bpo-26669https://bugs.python.org/issue26669
#3085https://bugs.python.org/issue3085
https://github.com/python/cpython/commit/829dacce4fca60fc3c3367980e75e21dfcdbe6behttps://github.com/python/cpython/commit/829dacce4fca60fc3c3367980e75e21dfcdbe6be
msg301755https://bugs.python.org/issue26669#msg301755
(view)https://bugs.python.org/msg301755
msg301760https://bugs.python.org/issue26669#msg301760
(view)https://bugs.python.org/msg301760
a4baf1c543bca261c27e98ba296e42665f3cb872https://hg.python.org/lookup/a4baf1c543bca261c27e98ba296e42665f3cb872
bpo-26669https://bugs.python.org/issue26669
GH-3085https://github.com/python/cpython/pull/3085
GH-3467https://github.com/python/cpython/pull/3467
https://github.com/python/cpython/commit/a4baf1c543bca261c27e98ba296e42665f3cb872https://github.com/python/cpython/commit/a4baf1c543bca261c27e98ba296e42665f3cb872
msg301761https://bugs.python.org/issue26669#msg301761
(view)https://bugs.python.org/msg301761
msg333403https://bugs.python.org/issue26669#msg333403
(view)https://bugs.python.org/msg333403
PR 11507https://github.com/python/cpython/pull/11507
msg355640https://bugs.python.org/issue26669#msg355640
(view)https://bugs.python.org/msg355640
PR 11507https://github.com/python/cpython/pull/11507
msg355644https://bugs.python.org/issue26669#msg355644
(view)https://bugs.python.org/msg355644
msg355644https://bugs.python.org/msg355644
BTaskayahttps://bugs.python.org/user30064
msg355640https://bugs.python.org/msg355640
msg333403https://bugs.python.org/msg333403
pull_request11052https://bugs.python.org/pull_request11052
pull_request11051https://bugs.python.org/pull_request11051
pull_request11050https://bugs.python.org/pull_request11050
pull_request11049https://bugs.python.org/pull_request11049
msg301761https://bugs.python.org/msg301761
Mariattahttps://bugs.python.org/user24617
msg301760https://bugs.python.org/msg301760
msg301755https://bugs.python.org/msg301755
patchhttps://bugs.python.org/keyword2
pull_request3460https://bugs.python.org/pull_request3460
msg301754https://bugs.python.org/msg301754
vstinnerhttps://bugs.python.org/user2377
msg301041https://bugs.python.org/msg301041
mark.dickinsonhttps://bugs.python.org/user1118
msg300237https://bugs.python.org/msg300237
pull_request3127https://bugs.python.org/pull_request3127
belopolskyhttps://bugs.python.org/user1427
belopolskyhttps://bugs.python.org/user1427
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.