[Python-3000] getting compiler package failures (original) (raw)
Brett Cannon brett at python.org
Mon May 14 00:58:52 CEST 2007
- Previous message: [Python-3000] Unicode strings, identifiers, and import
- Next message: [Python-3000] getting compiler package failures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just did a make distclean on a clean checkout (r55300) and
test_compiler/test_transformer are failing:
File "/Users/drifty/Dev/python/3.x/pristine/Lib/compiler/transformer.py", line 715, in atom return self._atom_dispatchnodelist[0][0] KeyError: 322
or
File "/Users/drifty/Dev/python/3.x/pristine/Lib/compiler/transformer.py", line 776, in lookup_node return self._dispatch[node[0]] KeyError: 331
or
File "/Users/drifty/Dev/python/3.x/pristine/Lib/compiler/transformer.py", line 783, in com_node return self._dispatchnode[0] KeyError: 339
I don't know the compiler package at all (which is why I am currently stuck on Tony Lownds' PEP 3113 patch since I am getting a compiler.transformer.WalkerError) so I have no clue how to go about fixing this. Anyone happen to know what may have caused the breakage?
-Brett -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-3000/attachments/20070513/b1e54f47/attachment.htm
- Previous message: [Python-3000] Unicode strings, identifiers, and import
- Next message: [Python-3000] getting compiler package failures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]