New submission from Martin Panter:

https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattr

tp_getattr and tp_setattr take a non-const char pointer in their signatures, 
but the documentation points to PyObject_GetAttrString() etc which were changed 
to take const char pointers a long time ago: revision 2f19b981ac24.

This patch fixes the documentation of those two methods for Python 3. There 
could be more fixes needed for Python 2.

----------
assignee: docs@python
components: Documentation
files: typeobj-sigs.patch
keywords: patch
messages: 281468
nosy: docs@python, martin.panter
priority: normal
severity: normal
stage: patch review
status: open
title: Update documented signatures of tp_get/setattr
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45600/typeobj-sigs.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28771>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to