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 shenki
Recipients shenki
Date 2011-08-22.05:23:53
SpamBayes Score 0.014786324
Marked as misclassified No
Message-id <1313990634.15.0.242436957417.issue12810@psf.upfronthosting.co.za>
In-reply-to
Content
fixes the following warning:

cpython/Modules/socketmodule.c:1748:74: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (cmsgh == NULL || msg->msg_control == NULL || msg->msg_controllen < 0)
History
Date User Action Args
2011-08-22 05:23:54shenkisetrecipients: + shenki
2011-08-22 05:23:54shenkisetmessageid: <1313990634.15.0.242436957417.issue12810@psf.upfronthosting.co.za>
2011-08-22 05:23:53shenkilinkissue12810 messages
2011-08-22 05:23:53shenkicreate