This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients BTaskaya, bluetech, mark.dickinson, serhiy.storchaka
Date 2019-10-29.19:01:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572375684.43.0.474502374543.issue38629@roundup.psfhosted.org>
In-reply-to
Content
> 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?
History
Date User Action Args
2019-10-29 19:01:24mark.dickinsonsetrecipients: + mark.dickinson, serhiy.storchaka, BTaskaya, bluetech
2019-10-29 19:01:24mark.dickinsonsetmessageid: <1572375684.43.0.474502374543.issue38629@roundup.psfhosted.org>
2019-10-29 19:01:24mark.dickinsonlinkissue38629 messages
2019-10-29 19:01:24mark.dickinsoncreate