]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead of
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 19:34:51 +0000 (19:34 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 19:34:51 +0000 (19:34 +0000)
commite0f32687152615b7266e66cbee216434fbbdd5bc
treec1289093a7c9e848378f58ae79b2c88a42582142
parentc049982ea5dd26282e82d4874a0854df617ec45e
run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead of
PyUnicode_AsUTF8String()
Modules/main.c