Dave Malcolm <dmalc...@redhat.com> added the comment:

Ooops, sorry; in an earlier version of this work, I was generating an 
enum of the form:
  enum {
  };
i.e. without an identifier (an anonymous enum) 

which I later changed to:
  enum Py_Opcode {
  };

Mea culpa; I forgot to update the text for this bug when I made that 
change.
Sorry about being confusing.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7543>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to