Message 192937 - Python tracker

Message192937

Author noxiouz
Recipients Tom.van.Leeuwen, amaury.forgeotdarc, christian.heimes, noxiouz, pitrou, vstinner
Date 2013-07-12.12:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373632287.96.0.410764244391.issue18100@psf.upfronthosting.co.za>
In-reply-to
Content
According to man send: 
only sendmsg() if input length argument overflows a ssize_t on OS X. But truncating extradata in sendall() without exception is bad idea, because sendall() never returns count of successfully sent bytes. So we'll never know about incomplete data transmition.

Is it good idea to test such buffer on Unix socket, for example?
History
Date User Action Args
2013-07-12 12:31:28noxiouzsetrecipients: + noxiouz, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, Tom.van.Leeuwen
2013-07-12 12:31:27noxiouzsetmessageid: <1373632287.96.0.410764244391.issue18100@psf.upfronthosting.co.za>
2013-07-12 12:31:27noxiouzlinkissue18100 messages
2013-07-12 12:31:27noxiouzcreate