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 jdemeyer
Recipients AVINASH MISHRA, jdemeyer, ncoghlan, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-01-13.12:53:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-01-13 12:53:46jdemeyersetrecipients: + jdemeyer, ncoghlan, vstinner, serhiy.storchaka, remi.lapeyre, AVINASH MISHRA
2019-01-13 12:53:44jdemeyersetmessageid: <[email protected]>
2019-01-13 12:53:44jdemeyerlinkissue35707 messages
2019-01-13 12:53:44jdemeyercreate