Issue #10785: Store the filename as Unicode in the Python parser.

This commit is contained in:
Victor Stinner 2011-04-05 00:39:01 +02:00
parent 9bdb43e43f
commit 7f2fee3640
9 changed files with 94 additions and 42 deletions

2
Parser/parsetok_pgen.c Normal file
View file

@ -0,0 +1,2 @@
#define PGEN
#include "parsetok.c"