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 doko, loewis, python-dev, twouters, vstinner
Date 2014-11-05.14:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415197158.59.0.726871985904.issue21274@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.5, PATH_MAX is no more used in Modules/main.c nor Python/pythonrun.c. I removed the "#define PATH_MAX ..." on Hurd.

I didn't check Python 3.4.
History
Date User Action Args
2014-11-05 14:19:18vstinnersetrecipients: + vstinner, loewis, twouters, doko, python-dev
2014-11-05 14:19:18vstinnersetmessageid: <1415197158.59.0.726871985904.issue21274@psf.upfronthosting.co.za>
2014-11-05 14:19:18vstinnerlinkissue21274 messages
2014-11-05 14:19:18vstinnercreate