[New-bugs-announce] [issue35827] C API dictionary views type checkers are not documented

Ori Avtalion report at bugs.python.org
Fri Jan 25 07:05:04 EST 2019


New submission from Ori Avtalion <ori at avtalion.name>:

dictobject.h defines several helpers to ease checking of dictionary view types. If they are meant to be part of the API, they should be documented.

PyDictKeys_Check
PyDictItems_Check
PyDictValues_Check
PyDictViewSet_Check

Should they be added to dict.rst, or a separate file?

----------
assignee: docs at python
components: Documentation
messages: 334355
nosy: docs at python, salty-horse
priority: normal
severity: normal
status: open
title: C API dictionary views type checkers are not documented
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35827>
_______________________________________


More information about the New-bugs-announce mailing list