• Thomas Wouters's avatar
    Bring Tools/compiler almost up to date. Specifically: · 46cc7c0f
    Thomas Wouters yazdı
    - fix tab space issues (SF patch #101167 by Neil Schemenauer)
    - fix co_flags for classes to include CO_NEWLOCALS (SF patch #101145 by Neil)
    - fix for merger of UNPACK_LIST and UNPACK_TUPLE into UNPACK_SEQUENCE,
      (SF patch #101168 by, well, Neil :)
    - Adjust bytecode MAGIC to current bytecode.
    
    TODO: teach compile.py about list comprehensions.
    46cc7c0f
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
ast.py Loading commit data...
consts.py Loading commit data...
misc.py Loading commit data...
pyassem.py Loading commit data...
pycodegen.py Loading commit data...
transformer.py Loading commit data...
visitor.py Loading commit data...