[docs] [issue16272] C-API documentation clarification for tp_dictoffset
eryksun
report at bugs.python.org
Thu Jun 19 22:43:29 CEST 2014
eryksun added the comment:
It could also mention the generic getter and setter functions for the PyGetSetDef that were added in 3.3: PyType_GenericGetDict and PyType_GenericSetDict.
https://docs.python.org/3/c-api/object.html#c.PyType_GenericGetDict
----------
nosy: +eryksun
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16272>
_______________________________________
More information about the docs
mailing list