]> granicus.if.org Git - python/commit
compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename,
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 19:16:33 +0000 (19:16 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 19:16:33 +0000 (19:16 +0000)
commitc049982ea5dd26282e82d4874a0854df617ec45e
treef31795953a7a7c3124ddfcb841f28f573adaeabf
parent15a71cdad2537b9ffcfe7216ea9af61d7888db98
compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename,
instead of utf-8 in strict mode.
Python/compile.c