Victor Stinner 50e0157013 (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.
2013-11-15 17:35:31 +01:00
..
2013-07-22 22:08:17 -07:00
2013-07-27 02:41:03 +02:00
2013-11-07 00:53:56 +01:00
2013-10-31 01:20:58 -04:00
2013-10-06 18:48:30 +02:00
2013-09-26 22:21:41 -04:00