Hi, > Thanks Victor, Nick, Ethan, and others for continued discussion on the > scandir PEP 471 (most recent thread starts at > https://mail.python.org/pipermail/python-dev/2014-July/135377.html). Have you tried modifying importlib's _bootstrap.py to use scandir() instead of listdir() + stat()? Regards Antoine.