Files
cpython/Python
Victor Stinner 2f5bbc6a12 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.
2013-11-15 17:09:24 +01:00
..
2013-10-29 22:25:06 -04:00
2012-11-03 23:04:41 +02:00
2013-07-22 22:08:09 -07:00
2013-07-27 02:41:03 +02:00
2013-10-31 01:20:58 -04:00
2013-10-03 15:03:29 -06:00
2013-01-19 14:58:38 -05:00
2013-07-21 13:29:37 -07:00