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.

Author vstinner
Recipients benhoyt, benjamin.peterson, brett.cannon, giampaolo.rodola, ncoghlan, serhiy.storchaka, stutzbach, tarek, vstinner, yselivanov
Date 2018-08-02.09:24:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533201857.72.0.56676864532.issue33695@psf.upfronthosting.co.za>
In-reply-to
Content
When I worked on the os.scandir() implementation, I recall that an interesting test was NFS. Depending on the configuration, stat() in a network filesystem can be between very slow and slow.
History
Date User Action Args
2018-08-02 09:24:17vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, giampaolo.rodola, benjamin.peterson, tarek, stutzbach, benhoyt, serhiy.storchaka, yselivanov
2018-08-02 09:24:17vstinnersetmessageid: <1533201857.72.0.56676864532.issue33695@psf.upfronthosting.co.za>
2018-08-02 09:24:17vstinnerlinkissue33695 messages
2018-08-02 09:24:17vstinnercreate