]> granicus.if.org Git - python/commit
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 30 Jul 2001 21:50:55 +0000 (21:50 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 30 Jul 2001 21:50:55 +0000 (21:50 +0000)
commit15c1c4f6d2cc9c657ae1cb3fc50b14d7e8063343
tree596558a49a72666e72c6607ce55cd69e58583b7f
parente3c37d660f5641f55c12313fde8e20f8178d942a
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump

If the code object has free variables, raise TypeError.
Python/bltinmodule.c