]> granicus.if.org Git - python/commit
Fix SF Bug 564931: compile() traceback must include filename.
authorThomas Heller <theller@ctypes.org>
Tue, 9 Jul 2002 09:23:27 +0000 (09:23 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 9 Jul 2002 09:23:27 +0000 (09:23 +0000)
commit6b17abf6c0ddaed423a76e665124a80afbc39fe7
tree2ac5bf135de125db8dc0d2cf942a9cd554fcde3d
parent4254cbd29c77f3d26d701198735957375a995dcc
Fix SF Bug 564931: compile() traceback must include filename.
Include/parsetok.h
Include/pythonrun.h
Lib/test/test_compile.py
Parser/parsetok.c
Python/pythonrun.c