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:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392140269.88.0.792426580743.issue20597@psf.upfronthosting.co.za>
In-reply-to
Content
> Let's be a little smarter.  PATH_MAX isn't used anymore.  Just remove the #defines entirely.

Oh I remember that I replaced PATH_MAX with MAXPATHLEN or maybe something else when I tried to fix Python compilation issue on our IRIX buildbot :-)

remove_path_max.default.patch looks good to me. Larry: can it be applied on Python 3.4?

path_max.default.patch is still needed for Python 3.3.
History
Date User Action Args
2014-02-11 17:37:49vstinnersetrecipients: + vstinner, loewis, larry, serhiy.storchaka, Jeffrey.Armstrong
2014-02-11 17:37:49vstinnersetmessageid: <1392140269.88.0.792426580743.issue20597@psf.upfronthosting.co.za>
2014-02-11 17:37:49vstinnerlinkissue20597 messages
2014-02-11 17:37:49vstinnercreate