[issue9756] Crash with custom __getattribute__

STINNER Victor report at bugs.python.org
Sat Sep 4 02:33:04 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

PyUnicode_Check(op) checks op->ob_type->tp_flags & Py_TPFLAGS_UNICODE_SUBCLASS.

----------

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


More information about the Python-bugs-list mailing list