summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Security/2018-06-26-19-35-33.bpo-33871.S4HR9n.rst
blob: 547342c2e9dd504383b376af88d37f19d31e3c76 (plain)
1
2
3
Fixed sending the part of the file in :func:`os.sendfile` on macOS.  Using
the *trailers* argument could cause sending more bytes from the input file
than was specified.