[pypy-issue] [issue933] AttributeError: 'pyexpat.XMLParserType' object has no attribute 'StartElementHandler'

Armin Rigo tracker at bugs.pypy.org
Mon Nov 21 20:10:16 CET 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

Ah, it seems to be that W_XMLParserType has a __setattr__ method but no
__getattr__, which would mean that you can set attributes like
StartElementHandler but never read them (even after setting it to a non-None value).

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue933>
________________________________________


More information about the pypy-issue mailing list