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 corona10
Recipients corona10, docs@python, vstinner
Date 2020-10-15.11:57:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602763041.43.0.432643801896.issue42042@roundup.psfhosted.org>
In-reply-to
Content
For example
https://docs.python.org/3.10/c-api/bool.html?highlight=pydict_new#c.PyDict_New

should display 

`Return value: New reference.`

but not, this looks like a regression bug.

other version display `Return value: New reference.` very well.
History
Date User Action Args
2020-10-15 11:57:21corona10setrecipients: + corona10, vstinner, docs@python
2020-10-15 11:57:21corona10setmessageid: <1602763041.43.0.432643801896.issue42042@roundup.psfhosted.org>
2020-10-15 11:57:21corona10linkissue42042 messages
2020-10-15 11:57:21corona10create