[issue38629] float is missing __ceil__() and __floor__(), required by numbers.Real

STINNER Victor report at bugs.python.org
Sun Dec 15 17:00:42 EST 2019


STINNER Victor <vstinner at python.org> added the comment:


New changeset cb8b946ac10386e6cab1376945f64f683b5b16d3 by Victor Stinner (Batuhan Taşkaya) in branch 'master':
bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)
https://github.com/python/cpython/commit/cb8b946ac10386e6cab1376945f64f683b5b16d3


----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38629>
_______________________________________


More information about the Python-bugs-list mailing list