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 antocuni
Recipients antocuni, docs@python
Date 2020-12-01.16:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606841265.25.0.130640674128.issue42528@roundup.psfhosted.org>
In-reply-to
Content
I think that none of these API calls can fail, but only few of them are
documented as such. E.g. PyNumber_Check contains the sentece "This function always succeeds" but PyBytes_Check does not.
History
Date User Action Args
2020-12-01 16:47:45antocunisetrecipients: + antocuni, docs@python
2020-12-01 16:47:45antocunisetmessageid: <1606841265.25.0.130640674128.issue42528@roundup.psfhosted.org>
2020-12-01 16:47:45antocunilinkissue42528 messages
2020-12-01 16:47:45antocunicreate