]> granicus.if.org Git - python/commit
Issue #9425: save/restore exception on filename encoding
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 17 Aug 2010 00:39:57 +0000 (00:39 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 17 Aug 2010 00:39:57 +0000 (00:39 +0000)
commit4a3733d16021cdf8f924bf65b7658dbf46da9ea4
tree493a3481d0979480cf7bd65d35d4724acf6eb704
parent028dd97dfbabd14687bca109d6328fc734e48eeb
Issue #9425: save/restore exception on filename encoding

_PyUnicode_AsString() raises an exception on unencodable filename.
Python/ceval.c