]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sun, 15 Dec 2019 22:00:28 +0000 (01:00 +0300)
committerVictor Stinner <vstinner@python.org>
Sun, 15 Dec 2019 22:00:28 +0000 (23:00 +0100)
commitcb8b946ac10386e6cab1376945f64f683b5b16d3
treede739cc3abe542c43b563cb6167f28757bdcb536
parentb08d3f71beab59653edfbbcf7b92a7bc8050d6b8
bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)
Lib/test/test_float.py
Misc/NEWS.d/next/Core and Builtins/2019-10-29-17-11-15.bpo-38629.3qinhF.rst [new file with mode: 0644]
Objects/clinic/floatobject.c.h
Objects/floatobject.c