This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2014-02-11 17:38:43vstinnersetrecipients: + vstinner, loewis, larry, serhiy.storchaka, Jeffrey.Armstrong
2014-02-11 17:38:43vstinnersetmessageid: <1392140323.04.0.242182330276.issue20597@psf.upfronthosting.co.za>
2014-02-11 17:38:43vstinnerlinkissue20597 messages
2014-02-11 17:38:42vstinnercreate