[New-bugs-announce] [issue21286] Refcounting information missing in docs for Python 3.4 and above.

Mark Dickinson report at bugs.python.org
Thu Apr 17 18:38:54 CEST 2014


New submission from Mark Dickinson:

It looks as though the information from refcounts.dat isn't making it into the online docs for 3.4 and 3.5.  See e.g., the documentation for PyList_GetItem.  For 3.3 [2], there's a "Return value: Borrowed reference." annotation supplied by Sphinx's refcounting extension.  For the 3.4 and 3.5 docs that annotation is missing.

Issue originally reported by Jianfeng Mao on the python-dev mailing list [1].

[1] https://mail.python.org/pipermail/python-dev/2014-April/134089.html
[2] https://docs.python.org/3.3/c-api/list.html?highlight=pylist_getitem#PyList_GetItem

----------
assignee: docs at python
components: Documentation
messages: 216707
nosy: docs at python, mark.dickinson
priority: normal
severity: normal
status: open
title: Refcounting information missing in docs for Python 3.4 and above.
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21286>
_______________________________________


More information about the New-bugs-announce mailing list