Stefan Behnel <[email protected]> added the comment:

Apparently, executing this after class creation provides a work-around:

"""
for name in Spam.__dict__:
    hasattr(Spam, name)
"""

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1106>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to