]> granicus.if.org Git - python/commit
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
authorJakub Kulík <Kulikjak@gmail.com>
Wed, 11 Sep 2019 15:11:57 +0000 (17:11 +0200)
committerGregory P. Smith <greg@krypto.org>
Wed, 11 Sep 2019 15:11:57 +0000 (10:11 -0500)
commite20134f889a0cfcc37a46979f31a1c98b800de07
tree0c56d2bd05ccd3160b05721e168a8658193f096a
parentaf636f4f91b8289b6dad95cb84123f6e22fd7f4f
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)

Use fdwalk() on platforms that support it to implement os.closerange().
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