Matthias Urlichs <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2722>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to