]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success.
authorChristian Heimes <christian@cheimes.de>
Sun, 4 Nov 2007 11:43:14 +0000 (11:43 +0000)
committerChristian Heimes <christian@cheimes.de>
Sun, 4 Nov 2007 11:43:14 +0000 (11:43 +0000)
commit5894ba7fad07dbf07ac76aedf0fb2f70fb42d40e
tree60efee02e3d305b57990e816efc8ff0626fa09ac
parent9c1257ecf83cc52986995367cedbb093fda140af
Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success.
Added PyUnicode_DecodeFSDefaultAndSize
Fixed a problem with the sys.path code that caused a segfault on Windows when the path contains non ASCII chars. The code for sys.executable, exec_prefix and prefix should be fixed, too.
Include/unicodeobject.h
Objects/unicodeobject.c
Python/sysmodule.c