Stefan Behnel <stefan...@behnel.de> 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 <trac...@bugs.pypy.org>
<https://bugs.pypy.org/issue1106>
________________________________________
_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to