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 eric.smith
Recipients corona10, eric.smith, serhiy.storchaka
Date 2020-05-30.20:10:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590869405.68.0.419342988562.issue40825@roundup.psfhosted.org>
In-reply-to
Content
I guess an isinstance check against numbers.Number would be the best way to check if an argument is a number. I'm not sure how convenient that is from C code.
History
Date User Action Args
2020-05-30 20:10:05eric.smithsetrecipients: + eric.smith, serhiy.storchaka, corona10
2020-05-30 20:10:05eric.smithsetmessageid: <1590869405.68.0.419342988562.issue40825@roundup.psfhosted.org>
2020-05-30 20:10:05eric.smithlinkissue40825 messages
2020-05-30 20:10:05eric.smithcreate