]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneously...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Tue, 19 Apr 2011 07:47:16 +0000 (09:47 +0200)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Tue, 19 Apr 2011 07:47:16 +0000 (09:47 +0200)
commitff1a73590d13279e0864872bf65e1788a3ad7678
tree5d55dc720c7a583092359912d7120b01547ec731
parente8d2d2d2b2fd980028f6b2aa55c5278a120459d8
os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneously returning a (bytes_sent, None) tuple instead of bytes_sent
Modules/posixmodule.c