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 serhiy.storchaka
Recipients mark.dickinson, serhiy.storchaka
Date 2019-11-16.16:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 5fd5cb8d85fab3393dd76c7f3de1cdeb8ecf7203 by Serhiy Storchaka in branch 'master':
bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991)
https://github.com/python/cpython/commit/5fd5cb8d85fab3393dd76c7f3de1cdeb8ecf7203
History
Date User Action Args
2019-11-16 16:01:02serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson
2019-11-16 16:01:02serhiy.storchakasetmessageid: <[email protected]>
2019-11-16 16:01:02serhiy.storchakalinkissue38639 messages
2019-11-16 16:01:02serhiy.storchakacreate