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.

classification
Title: getcwd fix for NetBSD to handle ERANGE errno
Type: Stage:
Components: Interpreter Core Versions: Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_getcwd_long_pathnames (in test_posix) kills NetBSD
View: 15765
Assigned To: Nosy List: njoly
Priority: normal Keywords: patch

Created on 2011-02-16 22:17 by njoly, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-getcwd.diff njoly, 2011-02-16 22:17 Fix getcwd on NetBSD to handle ERANGE errno review
Messages (1)
msg128698 - (view) Author: Nicolas Joly (njoly) Date: 2011-02-16 22:17
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.
History
Date User Action Args
2022-04-11 14:57:13adminsetgithub: 55434
2012-08-24 18:07:15neologixsetstatus: open -> closed
superseder: test_getcwd_long_pathnames (in test_posix) kills NetBSD
resolution: duplicate
2011-02-16 22:17:59njolycreate