• Jeremy Hylton's avatar
    Last set of change to get regression tests to pass · 2e4cc7e0
    Jeremy Hylton yazdı
    Remove the only test in the syntax module.  It ends up that the
    transformer must handle this error case.
    
    In the transformer, check for a list compression in com_assign_list()
    by looking for a list_for node where a comma is expected.
    
    In pycodegen.compile() re-raise the SyntaxError rather than catching
    it and exiting
    2e4cc7e0
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
ast.py Loading commit data...
consts.py Loading commit data...
future.py Loading commit data...
misc.py Loading commit data...
pyassem.py Loading commit data...
pycodegen.py Loading commit data...
symbols.py Loading commit data...
syntax.py Loading commit data...
transformer.py Loading commit data...
visitor.py Loading commit data...