• Jeremy Hylton's avatar
    Handle more syntax errors. · 37c9351c
    Jeremy Hylton yazdı
    Invoke compiler.syntax.check() after building AST.  If a SyntaxError
    occurs, print the error and exit without generating a .pyc file.
    
    Refactor code to use compiler.misc.set_filename() rather than passing
    filename argument around to each CodeGenerator instance.
    37c9351c
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...