]> granicus.if.org Git - python/commit
Set the line number correctly for a nested function with an exec or
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 22 Mar 2001 03:57:58 +0000 (03:57 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 22 Mar 2001 03:57:58 +0000 (03:57 +0000)
commit2e2cded1b56cc5488f49d395b46131fd995b02bc
tree657d06d83a966b54cb0000aadd684d3fbaa3f7ee
parent280e6bd742a50cf7f00739c7904f1b5aa66bdad9
Set the line number correctly for a nested function with an exec or
import *.  Mark the offending stmt rather than the function def line.
Include/symtable.h
Python/compile.c