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 eric.snow
Recipients docs@python, eric.snow
Date 2018-12-12.19:11:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544641901.4.0.788709270274.issue35475@psf.upfronthosting.co.za>
In-reply-to
Content
In the C-API documentation the entry for PyImport_AddModuleObject[1] does not indicate that it returns a borrowed reference.

[1] https://docs.python.org/3/c-api/import.html#c.PyImport_AddModuleObject
History
Date User Action Args
2018-12-12 19:11:41eric.snowsetrecipients: + eric.snow, docs@python
2018-12-12 19:11:41eric.snowsetmessageid: <1544641901.4.0.788709270274.issue35475@psf.upfronthosting.co.za>
2018-12-12 19:11:41eric.snowlinkissue35475 messages
2018-12-12 19:11:41eric.snowcreate