Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.
This is due to an off-by-one error: the allocated buffer didn't have room for a NUL character at the end of the mbstowcs result.
R
Ronald Oussoren committed
eb61f8b3a726a8cd1ae3bc3794623e7fe4dd5703
Parent: ee253eb