◐ Shell
clean mode source ↗

bpo-31373: remove overly strict float range checks by benjaminp · Pull Request #3486 · python/cpython

This undoes a853a8b except for the pytime.c
parts. We want to continue to allow IEEE 754 doubles larger than FLT_MAX to be
rounded into finite floats. Tests were added to very this behavior.

mdickinson

benjaminp added a commit that referenced this pull request

Sep 11, 2017
This undoes a853a8b except for the pytime.c
parts. We want to continue to allow IEEE 754 doubles larger than FLT_MAX to be
rounded into finite floats. Tests were added to very this behavior.
(cherry picked from commit 2bb69a5)

benjaminp added a commit that referenced this pull request

Sep 12, 2017
…3495)

This undoes a853a8b except for the pytime.c
parts. We want to continue to allow IEEE 754 doubles larger than FLT_MAX to be
rounded into finite floats. Tests were added to very this behavior.
(cherry picked from commit 2bb69a5)