Victor Stinner 2384714819 sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
the fullpath buffer, not PATH_MAX. fullpath is declared using MAXPATHLEN or
MAX_PATH depending on the OS, and PATH_MAX is not declared on IRIX.
2013-11-15 17:33:43 +01:00
..
2012-01-18 21:45:15 +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