Message210986
| Author |
vstinner |
| Recipients |
Jeffrey.Armstrong, larry, loewis, serhiy.storchaka, vstinner |
| Date |
2014年02月11日.17:38:42 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1392140323.04.0.242182330276.issue20597@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I found it:
changeset: 87113:159e51e5fc2c
branch: 3.3
parent: 87102:46fc4fb2c8c5
user: Victor Stinner <victor.stinner@gmail.com>
date: Fri Nov 15 17:09:24 2013 +0100
files: Python/pythonrun.c
description:
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. |
|