SIGN IN SIGN UP

pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of

the env_home buffer, not PATH_MAX+1. env_home is declared using MAXPATHLEN+1,
and PATH_MAX is not declared on IRIX.
V
Victor Stinner committed
2f5bbc6a123dfb36ed1f89e9016ec356695bdd8a
Parent: 8bdc130