]> granicus.if.org Git - python/commit
PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 19:03:16 +0000 (19:03 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 19:03:16 +0000 (19:03 +0000)
commit15a71cdad2537b9ffcfe7216ea9af61d7888db98
treee5da97ff783800b3d8fbc7393f6bdc8d58f0abc8
parent5b5d8d58c76cac7c1e3bdc8004abad137ee8d3ce
PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of
PyUnicode_FromString(), to decode the filename.
Python/errors.c