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 neologix
Recipients baikie, brett.cannon, ncoghlan, neologix, pitrou, python-dev
Date 2011-09-01.06:37:43
SpamBayes Score 0.013324357
Marked as misclassified No
Message-id <1314859067.59.0.572218618715.issue12837@psf.upfronthosting.co.za>
In-reply-to
Content
`long long` is not ANSI, but C99.
Anyhow, I'm still not sure this check is necessary, because:
1) I really doubt any modern OS uses a signed socklen_t
2) even if it's the case, I don't see how we could possibly end up with a negative msg_controllen

I'm adding Nick and Antoine to the noisy list to know what they think about this...
History
Date User Action Args
2011-09-01 06:37:47neologixsetrecipients: + neologix, brett.cannon, ncoghlan, pitrou, baikie, python-dev
2011-09-01 06:37:47neologixsetmessageid: <1314859067.59.0.572218618715.issue12837@psf.upfronthosting.co.za>
2011-09-01 06:37:44neologixlinkissue12837 messages
2011-09-01 06:37:43neologixcreate