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 noxiouz
Recipients Tom.van.Leeuwen, amaury.forgeotdarc, noxiouz, pitrou, vstinner
Date 2013-07-08.21:03:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373317385.25.0.717549954885.issue18100@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is similar like http://bugs.python.org/issue9566.
It seems reasonable to apply a similar fix.

But why not use the types described in the signature functions in <sys/socket.h>. In particular use for len size_t, and for n - ssize_t?
History
Date User Action Args
2013-07-08 21:03:05noxiouzsetrecipients: + noxiouz, amaury.forgeotdarc, pitrou, vstinner, Tom.van.Leeuwen
2013-07-08 21:03:05noxiouzsetmessageid: <1373317385.25.0.717549954885.issue18100@psf.upfronthosting.co.za>
2013-07-08 21:03:05noxiouzlinkissue18100 messages
2013-07-08 21:03:05noxiouzcreate