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 Bugger
Recipients Bugger
Date 2010-01-13.14:01:23
SpamBayes Score 0.12873937
Marked as misclassified No
Message-id <1263391285.46.0.0470280640961.issue7692@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

small preprocessor warning.

Pointless comparision of unsigned integer with zero. Check PyMem_NEW.

Can an usigned int be smaller than 0? < comparision is "pointless" here.

Bye, Bugger
History
Date User Action Args
2010-01-13 14:01:25Buggersetrecipients: + Bugger
2010-01-13 14:01:25Buggersetmessageid: <1263391285.46.0.0470280640961.issue7692@psf.upfronthosting.co.za>
2010-01-13 14:01:23Buggerlinkissue7692 messages
2010-01-13 14:01:23Buggercreate