commit | 4c7c8c30235e42c47500b91549c2b6154b61f883 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Oct 16 13:14:10 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Oct 16 13:14:10 2010 +0000 |
tree | 649a94a99ea257c19a3e5ba17fc05a8044459243 | |
parent | 5a7913eb3bf390a2f3fd28116fc789bf2c7e4b64 [diff] |
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects filenames encoded to the filesystem encoding with surrogateescape error handler (to support undecodable bytes), instead of UTF-8 in strict mode.