[issue21286] Refcounting information missing in docs for Python 3.4 and above.

2014-04-17 Thread Mark Dickinson

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



[issue21286] Refcounting information missing in docs for Python 3.4 and above.

2014-04-17 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
nosy: +haypo

___
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



[issue21286] Refcounting information missing in docs for Python 3.4 and above.

2014-04-17 Thread Mark Dickinson

Mark Dickinson added the comment:

N.B.  When I build the docs locally on the default branch (using 'make html' 
from the Docs directory on a clean checkout), I *do* see the refcounting 
annotations in the html output.

--

___
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



[issue21286] Refcounting information missing in docs for Python 3.4 and above.

2014-04-17 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
nosy: +georg.brandl

___
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



[issue21286] Refcounting information missing in docs for Python 3.4 and above.

2014-04-17 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 8c12d3e0f1de by Benjamin Peterson in branch '3.4':
fix ref count annotations on sphinx = 1.2.1 (closes #21286)
http://hg.python.org/cpython/rev/8c12d3e0f1de

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
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



[issue21286] Refcounting information missing in docs for Python 3.4 and above.

2014-04-17 Thread Georg Brandl

Georg Brandl added the comment:

Thanks!

--

___
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