]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 30 Jul 2001 21:55:29 +0000 (21:55 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 30 Jul 2001 21:55:29 +0000 (21:55 +0000)
commit5121e7de11eaf8ef872aef4b0c58612d6a814161
treed2abf5d8198ae14feea34850d9489ea87600345b
parent15c1c4f6d2cc9c657ae1cb3fc50b14d7e8063343
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump

Add test that calls eval with a code object that has free variables.
Lib/test/output/test_scope
Lib/test/test_scope.py