commit | c5ceb251b395c207ed0411d1e94f0fd3703157ea | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Feb 25 15:57:45 2007 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Feb 25 15:57:45 2007 +0000 |
tree | ad2998a0f0e4c4610cf28c2a0b5cb610be63854c | |
parent | 7218c2d2f44548e0b4bf14db1ff892662db00b1f [diff] |
Fix crash in exec when unicode filename can't be decoded. I can't think of an easy way to test this behavior. It only occurs when the file system default encoding and the interpreter default encoding are different, such that you can open the file but not decode its name.