]> granicus.if.org Git - python/commit
Fix crash in exec when unicode filename can't be decoded.
authorJeremy Hylton <jeremy@alum.mit.edu>
Sun, 25 Feb 2007 15:57:45 +0000 (15:57 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sun, 25 Feb 2007 15:57:45 +0000 (15:57 +0000)
commitc5ceb251b395c207ed0411d1e94f0fd3703157ea
treead2998a0f0e4c4610cf28c2a0b5cb610be63854c
parent7218c2d2f44548e0b4bf14db1ff892662db00b1f
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.
Misc/NEWS
Python/ceval.c