]> granicus.if.org Git - python/commit
Fixed problems in the last commit. Filenames and line numbers weren't reported correctly.
authorChristian Heimes <christian@cheimes.de>
Fri, 23 Nov 2007 12:12:02 +0000 (12:12 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 23 Nov 2007 12:12:02 +0000 (12:12 +0000)
commit02c9ab568d1458e4c1ea2ca700c5d25bb31e8002
treeedf8d08a2f2aea45d78c32c95ece0c825fcfa32d
parent729ab15370c8e7781f4781428364d203eb9f6416
Fixed problems in the last commit. Filenames and line numbers weren't reported correctly.
Backquotes still don't report the correct file. The AST nodes only contain the line number but not the file name.
Parser/tokenizer.c
Python/ast.c