[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 61770 - Python tracker

Message61770

Author donmez
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis, nnorwitz
Date 2008-01-28.03:32:53
SpamBayes Score 0.054972354
Marked as misclassified No
Message-id <1201491174.09.0.5232234057.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
Hah strlen in a loop, a nice beginner mistake but its 5.30 AM here so
please excuse me, Guido your version of course is way better. But with
that version compiler issues 

Modules/_csv.c:969: warning: assuming signed overflow does not occur when 
simplifying conditional to constant

again, strlen() just fooled that optimization it seems. So there should
be another way to optimize this loop.
History
Date User Action Args
2008-01-28 03:32:54donmezsetspambayes_score: 0.0549724 -> 0.054972354
recipients: + donmez, gvanrossum, loewis, nnorwitz, gregory.p.smith, christian.heimes, alexandre.vassalotti
2008-01-28 03:32:54donmezsetspambayes_score: 0.0549724 -> 0.0549724
messageid: <1201491174.09.0.5232234057.issue1621@psf.upfronthosting.co.za>
2008-01-28 03:32:53donmezlinkissue1621 messages
2008-01-28 03:32:53donmezcreate