Mark Dickinson <dicki...@gmail.com> added the comment:

> I have doubts about adding a C code which is never even executed.

My reading of the PR is that it *would* be executed: the math module first 
looks for the __floor__ special method, then falls back to using the libm floor 
if that doesn't exist. Am I missing something?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38629>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to