]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 4597: Fix several cases in EvalFrameEx where an exception could be
authorJeffrey Yasskin <jyasskin@gmail.com>
Mon, 8 Dec 2008 18:55:24 +0000 (18:55 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Mon, 8 Dec 2008 18:55:24 +0000 (18:55 +0000)
commit2d873bd68b400e056e77790ca72cc7a7d8a5d07c
treee344b96c7be4aa694f49f3ffb510c32edb49f038
parentb5120ceae2b323c0493f26136e820e8f5a5a5c45
Issue 4597: Fix several cases in EvalFrameEx where an exception could be
"raised" without setting x, err, or why to let the eval loop know.
Lib/test/test_file.py
Python/ceval.c