[New-bugs-announce] [issue11225] getcwd fix for NetBSD to handle ERANGE errno
Nicolas Joly
report at bugs.python.org
Wed Feb 16 23:18:08 CET 2011
New submission from Nicolas Joly <njoly at pasteur.fr>:
NetBSD do require the very same fix from issue 9185, to handle ERANGE errno returned when the size argument is greater than zero but smaller
than the length of the pathname plus 1.
Without it, the testsuite do indeed loops indefinitely.
Thanks.
----------
components: Interpreter Core
files: python-getcwd.diff
keywords: patch
messages: 128698
nosy: njoly
priority: normal
severity: normal
status: open
title: getcwd fix for NetBSD to handle ERANGE errno
versions: Python 2.7
Added file: http://bugs.python.org/file20773/python-getcwd.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11225>
_______________________________________
More information about the New-bugs-announce
mailing list