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 BTaskaya, bluetech, mark.dickinson, serhiy.storchaka
Date 2019-10-29.18:48:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
If float.__ceil__ is only needed for typeshed, maybe add a special case for typeshed?

I have doubts about adding a C code which is never even executed.
History
Date User Action Args
2019-10-29 18:48:02serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, BTaskaya, bluetech
2019-10-29 18:48:02serhiy.storchakasetmessageid: <[email protected]>
2019-10-29 18:48:02serhiy.storchakalinkissue38629 messages
2019-10-29 18:48:02serhiy.storchakacreate