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.
V
Victor Stinner committed
2384714819751e975f3ee8c5b57ab1f702e25cac
Parent: 2f5bbc6