[docs] [issue25701] Document that tp_setattro and tp_setattr are used for deleting attributes

Martin Panter report at bugs.python.org
Tue Nov 24 16:04:06 EST 2015


Martin Panter added the comment:

I agree it might be safer not to document that PyObject_SetAttr etc can delete (move that change to the tp_setattro etc method slot). I’ll also review the other functions you mentioned when I get a chance.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25701>
_______________________________________


More information about the docs mailing list