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 donmez
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis, nnorwitz
Date 2008-01-28.03:16:57
SpamBayes Score 0.12885061
Marked as misclassified No
Message-id <1201490217.8.0.899627183612.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
For xmlparse.c compiler says :

Modules/expat/xmlparse.c:5337: warning: assuming signed overflow does
not occur when simplifying conditional to constant

Its impossible for j to overflow here due to name[i] check but I am not
sure what gcc is optimizing here.
History
Date User Action Args
2008-01-28 03:16:57donmezsetspambayes_score: 0.128851 -> 0.12885061
recipients: + donmez, gvanrossum, loewis, nnorwitz, gregory.p.smith, christian.heimes, alexandre.vassalotti
2008-01-28 03:16:57donmezsetspambayes_score: 0.128851 -> 0.128851
messageid: <1201490217.8.0.899627183612.issue1621@psf.upfronthosting.co.za>
2008-01-28 03:16:57donmezlinkissue1621 messages
2008-01-28 03:16:57donmezcreate