]> granicus.if.org Git - python/commit
Patch #1638243: the compiler package is now able to correctly compile
authorGeorg Brandl <georg@python.org>
Sat, 27 Jan 2007 17:43:02 +0000 (17:43 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 27 Jan 2007 17:43:02 +0000 (17:43 +0000)
commitab49684f550ce6b12614b8a329f4d280e20e1277
treef813125ca6d4bbda770e4e3566e470069f917f09
parent7a7cbae77b417b855bdfe5f7c536893cbefcbb1d
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.
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Lib/test/test_compiler.py
Misc/NEWS