
report at bugs
May 7, 2008, 1:01 PM
Post #6 of 9
(557 views)
Permalink
|
|
[issue2722] os.getcwd fails for long path names on linux
[In reply to]
|
|
Matthias Urlichs <smurf [at] smurf> added the comment: MAX_PATH is a compile time constant which, like FD_BITS for select(), may be too small for the system you're ultimately running on. Using that as default initial size is OK, but handling ERANGE is still a very good idea. ---------- nosy: +smurfix __________________________________ Tracker <report [at] bugs> <http://bugs.python.org/issue2722> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|