]> granicus.if.org Git - python/commit
Fix symbol table pass to generation SyntaxError exceptions that
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 20:01:10 +0000 (20:01 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 20:01:10 +0000 (20:01 +0000)
commit5acc0c0cfc3b47ac993cb27e67b8e171a9d4f22d
treeae9c2c72fd47bba564bb1b082fe2a3bfd2fd4fbd
parentdbfb66296c81e7828f909ecb2cc14424b59b2995
Fix symbol table pass to generation SyntaxError exceptions that
include the filename and line number.
Include/symtable.h
Python/compile.c