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 Alex Budovski, amaury.forgeotdarc, isoschiz, kylotan, pconnell, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-02-05.13:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580908521.1.0.781678859773.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
i thinkt that not checking `PyModule_AddObject()`'s result may cause this probleam too.

1) python-ast.c have one question, i fix it in PR18358.
2) most of the questions in extension module, for example: https://github.com/python/cpython/blob/master/Modules/gcmodule.c#L2019-L2022
History
Date User Action Args
2020-02-05 13:15:21shihai1991setrecipients: + shihai1991, amaury.forgeotdarc, kylotan, vstinner, tlesher, ysj.ray, santoso.wijaya, pconnell, isoschiz, Alex Budovski
2020-02-05 13:15:21shihai1991setmessageid: <1580908521.1.0.781678859773.issue1635741@roundup.psfhosted.org>
2020-02-05 13:15:21shihai1991linkissue1635741 messages
2020-02-05 13:15:21shihai1991create