[docs] [issue35475] Docs do not show PyImport_AddModuleObject() returns a borrowed reference.

Eric Snow report at bugs.python.org
Wed Dec 12 14:11:41 EST 2018


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

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

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 331716
nosy: docs at python, eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Docs do not show PyImport_AddModuleObject() returns a borrowed reference.
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35475>
_______________________________________


More information about the docs mailing list