[issue11225] getcwd fix for NetBSD to handle ERANGE errno

2012-08-24 Thread Charles-François Natali
Changes by Charles-François Natali neolo...@free.fr: -- resolution: - duplicate status: open - closed superseder: - test_getcwd_long_pathnames (in test_posix) kills NetBSD ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11225

[issue11225] getcwd fix for NetBSD to handle ERANGE errno

2011-02-16 Thread Nicolas Joly
New submission from Nicolas Joly nj...@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.