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@python
components: Documentation
messages: 216707
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21286>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to