cpython/Lib/compiler
Georg Brandl 20aa477a2d Patch #1638243: the compiler package is now able to correctly compile
a with statement; previously, executing code containing a with statement
compiled by the compiler package crashed the interpreter.
 (backport from rev. 53575)
2007-01-27 17:43:07 +00:00
..
__init__.py
ast.py
consts.py
future.py
misc.py
pyassem.py
pycodegen.py
symbols.py
syntax.py
transformer.py
visitor.py