[issue7543] RFE: introduce "enum Py_Opcode"

Dave Malcolm report at bugs.python.org
Sat Dec 19 00:30:22 CET 2009


Dave Malcolm <dmalcolm at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7543>
_______________________________________


More information about the Python-bugs-list mailing list