This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sdaoden
Recipients pitrou, sdaoden
Date 2011-02-28.12:31:49
SpamBayes Score 0.0998121
Marked as misclassified No
Message-id <20110228123141.GA39505@sherwood.local>
In-reply-to <1298894639.33.0.0182835623383.issue11351@psf.upfronthosting.co.za>
Content
posixmodule.c:
	iov_setup():
		IOV[i]: buffer:0x10152b8f0, len:512
		iov_setup() leave ok
	before sendfile: sf=0x7fff5fbfb410, sf.headers=0x10036c780
	sf.headers[0].iov_base=0x10152d950, .iov_len=512
	after sendfile: sbytes=4096

Maybe Mac OS X does not support headers (i'm on Mac OS X 10.6)?
History
Date User Action Args
2011-02-28 12:31:50sdaodensetrecipients: + sdaoden, pitrou
2011-02-28 12:31:49sdaodenlinkissue11351 messages
2011-02-28 12:31:49sdaodencreate