Thouis (Ray) Jones <[email protected]> added the comment: Here is the script I use to detect the failure. % python filefinder.py /PATH/TO/LARGE/DIRECTORY/TREE
(note that I was working over samba with an 8ish-level deep directory with around 250000 files). Compare its final output in the FOUND column with % find /PATH/TO/LARGE/DIRECTORY/TREE | wc -l ---------- Added file: http://bugs.python.org/file23833/filefinder.py _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13517> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
