[issue15923] Building from a fresh clone breaks on Parser/asdl_c.py

Ezio Melotti report at bugs.python.org
Sun Sep 30 21:54:05 CEST 2012


Ezio Melotti added the comment:

This is now fixed.

self.emit("default:" % name, 2) worked until #15801 got fixed,
Since asdl_c.py is executed using the system Python, this was failing only when the system Python included the fix.

----------
assignee:  -> ezio.melotti
components: +Build
nosy: +ezio.melotti
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
type:  -> behavior
versions: +Python 2.7, Python 3.2, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15923>
_______________________________________


More information about the Python-bugs-list mailing list