[Python-checkins] r43614 - in python/trunk: Include/Python-ast.h Lib/test/test_ast.py Parser/Python.asdl Parser/asdl_c.py Python/Python-ast.c Python/ast.c

Neal Norwitz nnorwitz at gmail.com
Tue Apr 4 07:47:59 CEST 2006


Ok, I think this should be fixed now.  I commented out the prints
which appeared to be for debug only.  There was no output/test_ast
file, so I didn't add one.  Jeremy, please fix this correctly after
the alpha is out and the trunk is not frozen.

n
--

On 4/3/06, Anthony Baxter <anthony at interlink.com.au> wrote:
> On Tuesday 04 April 2006 14:00, jeremy.hylton wrote:
> > Author: jeremy.hylton
> > Date: Tue Apr  4 06:00:23 2006
> > New Revision: 43614
> >
> > Modified:
> >    python/trunk/Include/Python-ast.h
> >    python/trunk/Lib/test/test_ast.py
> >    python/trunk/Parser/Python.asdl
> >    python/trunk/Parser/asdl_c.py
> >    python/trunk/Python/Python-ast.c
> >    python/trunk/Python/ast.c
> > Log:
> > Add lineno, col_offset to excephandler to enable future fix for
> > tracing/line number table in except blocks.
>
> This patch breaks test_ast. Run ./python Lib/test/regrtest.py test_ast
> to see the results - or see the wall of red that is the buildbot.
>
> Anthony
>
> --
> Anthony Baxter     <anthony at interlink.com.au>
> It's never too late to have a happy childhood.
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins
>


More information about the Python-checkins mailing list