[issue12149] Segfault in _PyObject_GenericGetAttrWithDict

Antoine Pitrou report at bugs.python.org
Thu Dec 15 12:43:47 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> I have added a call to PyType_Modified in type_clear (as well as
> type_set_name and type_set_qualname, which also modify the type).

Can __name__ and __qualname__ be looked up through the method cache?

----------

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


More information about the Python-bugs-list mailing list