summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2020-10-11-19-17-44.bpo-40423.GsmgEj.rst
blob: 44e571ebf86daf57efcd59d55d9b121bf0db5705 (plain)
1
2
3
The :mod:`subprocess` module and ``os.closerange`` will now use the
``close_range(low, high, flags)`` syscall when it is available for more
efficient closing of ranges of descriptors.