➜

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.

作者 jdemeyer
收信人 AVINASH MISHRA, jdemeyer, ncoghlan, remi.lapeyre, serhiy.storchaka, vstinner
日期 2019-01-13.12:53:44
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1547384024.3.0.0843122369438.issue35707@roundup.psfhosted.org>
In-reply-to
内容
> The correct code works for float and int (and maybe decimal.Decimal, I don't recall!)

Not for Decimal! In fact sleep(Decimal("0.99")) is interpreted as sleep(0) because __int__ is used to convert.
历史
日期 用户 动作 参数
2019-01-13 12:53:46jdemeyer修改recipients: + jdemeyer, ncoghlan, vstinner, serhiy.storchaka, remi.lapeyre, AVINASH MISHRA
2019-01-13 12:53:44jdemeyer修改messageid: <1547384024.3.0.0843122369438.issue35707@roundup.psfhosted.org>
2019-01-13 12:53:44jdemeyer链接issue35707 messages
2019-01-13 12:53:44jdemeyer创建