From: Victor Stinner Date: Fri, 15 Nov 2013 16:35:31 +0000 (+0100) Subject: (Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get X-Git-Tag: v3.4.0b1~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50e01570138109584c7f028554eddac7931197fe;p=thirdparty%2FPython%2Fcpython.git (Merge 3.3) 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. --- 50e01570138109584c7f028554eddac7931197fe