]> granicus.if.org Git - python/commit
Issue #10785: Store the filename as Unicode in the Python parser.
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Apr 2011 22:39:01 +0000 (00:39 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Apr 2011 22:39:01 +0000 (00:39 +0200)
commit7f2fee36401f7b987a368fe043637b3ae7116600
treed21cec17c440b8255cf9bc4c79269d6bfb3253f0
parent9bdb43e43f9f5d80699e297c2f73c106179b33d5
Issue #10785: Store the filename as Unicode in the Python parser.
Include/parsetok.h
Makefile.pre.in
Misc/NEWS
Modules/parsermodule.c
Parser/parsetok.c
Parser/parsetok_pgen.c [new file with mode: 0644]
Parser/tokenizer.c
Parser/tokenizer.h
Python/pythonrun.c