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 erlendaasland
Recipients erlendaasland
Date 2020-05-22.22:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590185760.13.0.611798281854.issue40737@roundup.psfhosted.org>
In-reply-to
Content
According to the documentation, PyModule_AddObject() only decrements the reference count of value on success. The calling code must PyDECREF() manually on error.

Fixed by attached patch.
History
Date User Action Args
2020-05-22 22:16:00erlendaaslandsetrecipients: + erlendaasland
2020-05-22 22:16:00erlendaaslandsetmessageid: <1590185760.13.0.611798281854.issue40737@roundup.psfhosted.org>
2020-05-22 22:16:00erlendaaslandlinkissue40737 messages
2020-05-22 22:16:00erlendaaslandcreate