Staging
v0.5.1
https://github.com/python/cpython
Revision 5c022f13ab6db8929e092ad035b3dc61701e3198 authored by Miss Islington (bot) on 06 June 2018, 14:33:05 UTC, committed by GitHub on 06 June 2018, 14:33:05 UTC

Move the floor() call into fbound() to call floor() on a double
rather than an int. The change should enhance the rounding.

Document also (int)double rounding mode.
(cherry picked from commit 45e4efba7fa2abe61d25e4f8b5bf482e19ff1280)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent 9aa1e72
History
Tip revision: 5c022f13ab6db8929e092ad035b3dc61701e3198 authored by Miss Islington (bot) on 06 June 2018, 14:33:05 UTC
bpo-33781: audioop: enhance rounding double as int (GH-7447)
Tip revision: 5c022f1
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.5 KB
_testembed.c -rw-r--r-- 10.1 KB
python.c -rw-r--r-- 266 bytes

README

back to top