• Jeremy Hylton's avatar
    Add lineno, col_offset to excephandler to enable future fix for · 2f327c14
    Jeremy Hylton yazdı
    tracing/line number table in except blocks.
    
    Reflow long lines introduced by col_offset changes.  Update test_ast
    to handle new fields in excepthandler.
    
    As note in Python.asdl says, we might want to rethink how attributes
    are handled.  Perhaps they should be the same as other fields, with
    the primary difference being how they are defined for all types within
    a sum.
    
    Also fix asdl_c so that constructors with int fields don't fail when
    passed a zero value.
    2f327c14
Adı
Son kayıt (commit)
Son güncelleme
..
Python.asdl Loading commit data...
acceler.c Loading commit data...
asdl.py Loading commit data...
asdl_c.py Loading commit data...
bitset.c Loading commit data...
firstsets.c Loading commit data...
grammar.c Loading commit data...
grammar.mak Loading commit data...
grammar1.c Loading commit data...
intrcheck.c Loading commit data...
listnode.c Loading commit data...
metagrammar.c Loading commit data...
myreadline.c Loading commit data...
node.c Loading commit data...
parser.c Loading commit data...
parser.h Loading commit data...
parsetok.c Loading commit data...
pgen.c Loading commit data...
pgenmain.c Loading commit data...
printgrammar.c Loading commit data...
spark.py Loading commit data...
tokenizer.c Loading commit data...
tokenizer.h Loading commit data...
tokenizer_pgen.c Loading commit data...