Files
cpython/Modules
Miss Islington (bot) 84eb42e3c9 bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
Use fdwalk() on platforms that support it to implement os.closerange().
(cherry picked from commit e20134f889)

Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>
2019-09-12 04:19:21 -07:00
..
2019-07-05 15:00:43 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.