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 loewis, skrah, trent, vstinner
Date 2014-05-14.15:34:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400081661.68.0.106520436635.issue16442@psf.upfronthosting.co.za>
In-reply-to
Content
> The HP-UX issue is fixed. Are we leaving this open for IRIX?

Python doesn't support IRIX. I tried to fix compilation issues on IRIX related to PATH_MAX, but there are more serious compilation issues (ex: in socketmodule.c for example if I remember correctly).

I suggest to close this issue.

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-05-14 15:34:21vstinnersetrecipients: + vstinner, loewis, trent, skrah
2014-05-14 15:34:21vstinnersetmessageid: <1400081661.68.0.106520436635.issue16442@psf.upfronthosting.co.za>
2014-05-14 15:34:21vstinnerlinkissue16442 messages
2014-05-14 15:34:21vstinnercreate