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 shihai1991
Recipients shihai1991, vstinner
Date 2021-01-24.07:58:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611475094.95.0.448588140811.issue42979@roundup.psfhosted.org>
In-reply-to
Content
> If PyCapsule_Import() fails, zoneinfomodule_exec() returns 0 (success) with an exception raised.

Why not return -1 directly when PyCapsule_Import() fails?
It looks like more simpler. Do I miss something?
History
Date User Action Args
2021-01-24 07:58:14shihai1991setrecipients: + shihai1991, vstinner
2021-01-24 07:58:14shihai1991setmessageid: <1611475094.95.0.448588140811.issue42979@roundup.psfhosted.org>
2021-01-24 07:58:14shihai1991linkissue42979 messages
2021-01-24 07:58:14shihai1991create