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 vstinner
Recipients brandtbucher, serhiy.storchaka, vstinner
Date 2020-11-12.12:59:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605185976.15.0.710047259509.issue42327@roundup.psfhosted.org>
In-reply-to
Content
If PyModule_Add() is added, I would suggest to rename PyModule_AddObjectRef() to PyModule_AddRef() for consistency.

IMHO PyModule_AddObjectRef() remains useful even if PyModule_Add() is added.
History
Date User Action Args
2020-11-12 12:59:36vstinnersetrecipients: + vstinner, serhiy.storchaka, brandtbucher
2020-11-12 12:59:36vstinnersetmessageid: <1605185976.15.0.710047259509.issue42327@roundup.psfhosted.org>
2020-11-12 12:59:36vstinnerlinkissue42327 messages
2020-11-12 12:59:35vstinnercreate