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 mark.dickinson
Recipients docs@python, mark.dickinson
Date 2014-04-17.16:38:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397752734.97.0.965637829315.issue21286@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-04-17 16:38:55mark.dickinsonsetrecipients: + mark.dickinson, docs@python
2014-04-17 16:38:54mark.dickinsonsetmessageid: <1397752734.97.0.965637829315.issue21286@psf.upfronthosting.co.za>
2014-04-17 16:38:54mark.dickinsonlinkissue21286 messages
2014-04-17 16:38:54mark.dickinsoncreate