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 p-ganssle, serhiy.storchaka
Date 2020-12-16.16:27:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608136032.24.0.886492282449.issue42660@roundup.psfhosted.org>
In-reply-to
Content
I do not think there is any problem *now*. The type of day is uint8_t, it cannot be negative.

BTW, why is it uint8_t? Would not be easier to use type int by default? I doubt that it saves memory or makes the code faster.
History
Date User Action Args
2020-12-16 16:27:12serhiy.storchakasetrecipients: + serhiy.storchaka, p-ganssle
2020-12-16 16:27:12serhiy.storchakasetmessageid: <1608136032.24.0.886492282449.issue42660@roundup.psfhosted.org>
2020-12-16 16:27:12serhiy.storchakalinkissue42660 messages
2020-12-16 16:27:12serhiy.storchakacreate