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 vstinner
Recipients AVINASH MISHRA, jdemeyer, ncoghlan, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-01-18.13:57:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547819844.25.0.494563427145.issue35707@roundup.psfhosted.org>
In-reply-to
Content
> Not for Decimal! In fact sleep(Decimal("0.99")) is interpreted as sleep(0) because __int__ is used to convert.

Oh oh. I didn't know that. It should be fixed.
History
Date User Action Args
2019-01-18 13:57:25vstinnersetrecipients: + vstinner, ncoghlan, serhiy.storchaka, jdemeyer, remi.lapeyre, AVINASH MISHRA
2019-01-18 13:57:24vstinnersetmessageid: <1547819844.25.0.494563427145.issue35707@roundup.psfhosted.org>
2019-01-18 13:57:24vstinnerlinkissue35707 messages
2019-01-18 13:57:24vstinnercreate