[issue39620] PyObject_GetAttrString and tp_getattr do not agree

Serhiy Storchaka report at bugs.python.org
Thu Feb 13 00:34:35 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It was reverted because it is backward incompatible change. It breaks a code which assigns to the tp_getattr field without explicit type cast to getattrfunc.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list