[issue21274] define PATH_MAX for GNU/Hurd in Python/pythonrun.c

Matthias Klose report at bugs.python.org
Thu Apr 17 00:32:56 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue21274>
_______________________________________


More information about the Python-bugs-list mailing list