[3.6] bpo-31373: remove overly strict float range checks (GH-3486) by benjaminp · Pull Request #3495 · python/cpython
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.6] bpo-31373: remove overly strict float range checks (GH-3486) #3495
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions
Lib/test/test_float.py
6 changes: 6 additions & 0 deletions
Lib/test/test_getargs2.py
4 changes: 2 additions & 2 deletions
Objects/floatobject.c
4 changes: 0 additions & 4 deletions
Python/getargs.c