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.13:00:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605186047.3.0.760746922027.issue42327@roundup.psfhosted.org>
In-reply-to
Content
In practice, PyModule_AddRef(mod, obj) behaves as PyModule_Add(mod, Py_NewRef(obj)) if I understood correctly.
History
Date User Action Args
2020-11-12 13:00:47vstinnersetrecipients: + vstinner, serhiy.storchaka, brandtbucher
2020-11-12 13:00:47vstinnersetmessageid: <1605186047.3.0.760746922027.issue42327@roundup.psfhosted.org>
2020-11-12 13:00:47vstinnerlinkissue42327 messages
2020-11-12 13:00:47vstinnercreate