]> granicus.if.org Git - python/commit
This fixes issue5143 and includes a test.
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 12 Feb 2009 15:55:38 +0000 (15:55 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 12 Feb 2009 15:55:38 +0000 (15:55 +0000)
commit3e264e13ede4c3c067dd30052aa0f1e7298342d2
tree4b47a8cb5e4227ab41fc91d2a1f89d373ca1bc88
parent50987bce063bd8ae183a327b0de4c402e4a1a774
This fixes issue5143 and includes a test.

Issue5143 notes that getpath.c and main.c pass a 'char*' where
a 'wchar_t*' is expected on OSX.
Lib/test/test_osx_env.py [new file with mode: 0644]
Modules/getpath.c
Modules/main.c