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 Jeffrey.Walton
Recipients Jeffrey.Walton, giampaolo.rodola, neologix, pitrou
Date 2014-03-17.02:41:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395024118.86.0.818126702582.issue20937@psf.upfronthosting.co.za>
In-reply-to
Content
This might be relevant. It showed up while building Python 3.3.5 from sources.

/usr/local/bin/clang -fsanitize=undefined -fPIC -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I./Include -I. -IInclude -I/usr/local/include -IPython-3.3.5/./Include -IPython-3.3.5/. -c Python-3.3.5/./Modules/socketmodule.c -o build/temp.linux-x86_64-3.3Python-3.3.5/./Modules/socketmodule.o
Python-3.3.5/./Modules/socketmodule.c:1951: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
2014-03-17 02:41:58Jeffrey.Waltonsetrecipients: + Jeffrey.Walton, pitrou, giampaolo.rodola, neologix
2014-03-17 02:41:58Jeffrey.Waltonsetmessageid: <1395024118.86.0.818126702582.issue20937@psf.upfronthosting.co.za>
2014-03-17 02:41:58Jeffrey.Waltonlinkissue20937 messages
2014-03-17 02:41:58Jeffrey.Waltoncreate