]> granicus.if.org Git - python/commit
Fix for SF bug [ 784075 ] Fatal Python error: unknown scope
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 28 Aug 2003 14:42:14 +0000 (14:42 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 28 Aug 2003 14:42:14 +0000 (14:42 +0000)
commit376e63d5cdb7388b5787ab10f7d82ba24257e742
tree36d17f0ca63b937b0bf01f2030d0b673e091912e
parentead21f596ce9c3f3ed3349bdf872182a1e930ca0
Fix for SF bug [ 784075 ] Fatal Python error: unknown scope

Make sure the inner function is not compiled when there is a syntax
error in the default arguments.
Python/compile.c