]> granicus.if.org Git - python/commit
PyErr_SetFromErrnoWithFilename() decodes the filename using
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 8 May 2010 00:35:33 +0000 (00:35 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 8 May 2010 00:35:33 +0000 (00:35 +0000)
commit8d93e49a93fbea491cd3e9598bc1f308b52a9366
treef93551d181fb9c8f8077fdb42c49292c4a1cb181
parentb001df0040c8e4472292522708b0ed6ea2501b6f
PyErr_SetFromErrnoWithFilename() decodes the filename using
PyUnicode_DecodeFSDefault() instead of PyUnicode_FromString()
Python/errors.c