[issue39620] PyObject_GetAttrString and tp_getattr do not agree

Andy Lester report at bugs.python.org
Wed Feb 12 22:47:18 EST 2020


Andy Lester <andy at petdance.com> added the comment:

Do you know why it was reverted?  (Granted, it was 15 years ago...)

It looks like the original changeset is trying to address at least two different problems with non-const string literals.  My ticket here is focusing only on getattrfunc and setattrfunc.  The handling of all the kwlist is a separate issue, that I'm about to write up as a different ticket.

----------

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


More information about the Python-bugs-list mailing list