]> granicus.if.org Git - python/commit
Constify filenames and scripts. Fixes #651362.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 11 Dec 2002 14:04:59 +0000 (14:04 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 11 Dec 2002 14:04:59 +0000 (14:04 +0000)
commit95292d6caa3af3196c5b9f5f95dae209815c09e5
tree193e6e6a45f1e1319e4bb4ba07a3fee838a2ca5d
parent0e88c9f65d163c0c8551d0f079a19b71a8a9e3ca
Constify filenames and scripts. Fixes #651362.
12 files changed:
Include/compile.h
Include/parsetok.h
Include/pyerrors.h
Include/pythonrun.h
Include/symtable.h
Parser/parsetok.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/compile.c
Python/errors.c
Python/future.c
Python/pythonrun.c