[issue21480] A build now requires...

2014-10-06 Thread Georg Brandl
Georg Brandl added the comment: asdl.py is fixed to work with 2.7 as of 3b2af26f4638. -- nosy: +georg.brandl ___ Python tracker ___ __

[issue21480] A build now requires...

2014-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset eefed1ecfd47 by Georg Brandl in branch '3.4': Closes #21480: better explanation of "hg touch" in the Makefile. https://hg.python.org/cpython/rev/eefed1ecfd47 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> clos

[issue21480] A build now requires...

2014-08-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: Dict comprehensions actually work with Python 2.7 as well. I don't think making that part of the build process 2.6-compatible would bring us much. Unless you're specifically modifying the Python syntax, you should be able to skip that part by running "make tou

[issue21480] A build now requires...

2014-08-24 Thread paul j3
paul j3 added the comment: I ran into a (possibly) related compiling problem (for 'default', 3.5 branch) in `asdl.py`: class Module(AST): def __init__(self, name, dfns): ... self.types = {type.name: type.value for type in dfns} The dictionary comprehension s

[issue21480] A build now requires...

2014-05-12 Thread Skip Montanaro
Skip Montanaro added the comment: > Does "make touch" work for you as well? Hadn't tried, and wasn't aware of its existence. I searched Makefile for things like AST_H. Perhaps: * Note "make touch" where the "A build now requires..." comment exists. That comment currently discourages users, as i

[issue21480] A build now requires...

2014-05-12 Thread Eli Bendersky
Eli Bendersky added the comment: Skip, PTAL at the devguide. https://docs.python.org/devguide/setup.html#avoiding-re-creating-auto-generated-files -- ___ Python tracker ___

[issue21480] A build now requires...

2014-05-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Does "make touch" work for you as well? -- components: +Devguide nosy: +eli.bendersky, ezio.melotti, pitrou ___ Python tracker ___ _

[issue21480] A build now requires...

2014-05-12 Thread Skip Montanaro
New submission from Skip Montanaro: It's been awhile since I pulled from Mercurial and built, but I tried today. I almost immediately ran into an error. The configure step worked fine, but make, not so much: % make python ./Tools/scripts/generate_opcode_h.py ./Lib/opcode.py ./Include/opcode.h /