[issue38110] Use fdwalk() within os.closerange() impl if available
Gregory P. Smith
report at bugs.python.org
Wed Sep 11 09:40:01 EDT 2019
New submission from Gregory P. Smith <greg at krypto.org>:
On POSIX platforms that support the fdwalk() API, use it within the os.closerange() implementation.
----------
components: Demos and Tools
messages: 351875
nosy: gregory.p.smith
priority: normal
severity: normal
stage: patch review
status: open
title: Use fdwalk() within os.closerange() impl if available
type: performance
versions: Python 3.8, Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38110>
_______________________________________
More information about the Python-bugs-list
mailing list