]> granicus.if.org Git - python/commit
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2019 11:19:21 +0000 (04:19 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2019 11:19:21 +0000 (04:19 -0700)
commit84eb42e3c90c03f13262f19185b14566e10941ac
tree6d8b2e13f739d8890712fe0a71e798cf2a07ec3c
parentdb0d8a5b2c803d30d9df436e00b6627ec8e09a13
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 e20134f889a0cfcc37a46979f31a1c98b800de07)

Co-authored-by: Jakub KulĂ­k <Kulikjak@gmail.com>
Misc/NEWS.d/next/Library/2019-09-11-14-49-20.bpo-38110.A19Y-q.rst [new file with mode: 0644]
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in