Issue 970783: PyObject_GenericGetAttr is undocumented (original) (raw)

Created on 2004-06-10 22:51 by ehuss, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60500 - (view) Author: Eric Huss (ehuss) Date: 2004-06-10 22:51
The Python/C API documentation references the PyObject_GenericGetAttr function in a few places, but doesn't actually document what it does. Same with PyObject_GenericSetAttr.
msg60501 - (view) Author: Jeff Epler (jepler) Date: 2004-06-21 22:02
Logged In: YES user_id=2772 Perhaps the wording from the PEP can be adapted for the documentation. http://python.org/peps/pep-0252.html
msg84841 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-03-31 17:13
Documented in r70842.c
History
Date User Action Args
2022-04-11 14:56:04 admin set github: 40380
2009-03-31 17:13:20 georg.brandl set status: open -> closedresolution: fixedmessages: +
2009-02-14 13:57:17 ajaksu2 set stage: needs patch
2008-01-20 19:15:24 christian.heimes set versions: + Python 2.6, - Python 2.3nosy: + georg.brandlpriority: normal -> lowassignee: georg.brandlkeywords: + easytype: enhancement
2004-06-10 22:51:39 ehuss create