]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Nov 2019 16:00:57 +0000 (18:00 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Nov 2019 16:00:57 +0000 (18:00 +0200)
commit5fd5cb8d85fab3393dd76c7f3de1cdeb8ecf7203
tree99ac87736a8b6906bd7d4faeccd1a0d5cebfdb6e
parent51edf8aaa2e17626f9690ed29d25945fc03016b9
bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991)
Lib/test/test_math.py
Misc/NEWS.d/next/Core and Builtins/2019-10-30-11-31-47.bpo-38639.9-vKtO.rst [new file with mode: 0644]
Modules/mathmodule.c