]> 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:07 +0000 (17:43 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 27 Jan 2007 17:43:07 +0000 (17:43 +0000)
commit20aa477a2d07ed85b81c4ecda74b51444f9c6b38
tree0d7d05ab4e60a22674b9cd602c8447f8c65379d2
parentb17830e70902a5c056b1219c1429f92c91b9010a
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)
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Lib/test/test_compiler.py
Misc/NEWS