commit | ab49684f550ce6b12614b8a329f4d280e20e1277 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jan 27 17:43:02 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jan 27 17:43:02 2007 +0000 |
tree | f813125ca6d4bbda770e4e3566e470069f917f09 | |
parent | 7a7cbae77b417b855bdfe5f7c536893cbefcbb1d [diff] |
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.