diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-07-30 21:55:29 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-07-30 21:55:29 (GMT) |
commit | 5121e7de11eaf8ef872aef4b0c58612d6a814161 (patch) | |
tree | d2abf5d8198ae14feea34850d9489ea87600345b /Lib/test/output | |
parent | 15c1c4f6d2cc9c657ae1cb3fc50b14d7e8063343 (diff) | |
download | cpython-5121e7de11eaf8ef872aef4b0c58612d6a814161.zip cpython-5121e7de11eaf8ef872aef4b0c58612d6a814161.tar.gz cpython-5121e7de11eaf8ef872aef4b0c58612d6a814161.tar.bz2 |
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump
Add test that calls eval with a code object that has free variables.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_scope | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope index 1a44bb2..55a8787 100644 --- a/Lib/test/output/test_scope +++ b/Lib/test/output/test_scope @@ -19,3 +19,4 @@ test_scope 18. verify that locals() works 19. var is bound and free in class 20. interaction with trace function +20. eval with free variables |