]> granicus.if.org Git - python/commit
posix_error_with_allocated_filename() decodes the filename with
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 8 May 2010 00:36:42 +0000 (00:36 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 8 May 2010 00:36:42 +0000 (00:36 +0000)
commit77ccd6d0c7420c4a1323f7e781d766a611723bed
treef314c9c929e77082e2abbf5bbc1342b6a8e984fb
parent8d93e49a93fbea491cd3e9598bc1f308b52a9366
posix_error_with_allocated_filename() decodes the filename with
PyUnicode_DecodeFSDefaultAndSize() and call
PyErr_SetFromErrnoWithFilenameObject() instead of
PyErr_SetFromErrnoWithFilename()
Modules/posixmodule.c