New submission from Matthias Klose:

PATH_MAX is not defined on GNU/Hurd. Take the same approach as taken for 
Windows in the very same file and define it in terms of MAXPATHLEN.

----------
components: Interpreter Core
files: hurd-path_max.diff
keywords: patch
messages: 216611
nosy: doko
priority: normal
severity: normal
status: open
title: define PATH_MAX for GNU/Hurd in Python/pythonrun.c
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file34933/hurd-path_max.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21274>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to