[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

Anthony Baxter anthony at interlink.com.au
Tue Apr 4 07:10:32 CEST 2006


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.


More information about the Python-checkins mailing list