[Python-Dev] str.count is slow

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 1 05:16:29 CET 2006


Guido van Rossum wrote:

> Recent versions of GCC appear
> to be implementing C98 by default -- at least I didn't get complaints
> about declarations placed after non-declarations in the same block
> from any of the buildbot hosts...

As long as it doesn't complain when I *do* put all
my declarations before my non-declarations, I can
live with that. :-)

--
Greg


More information about the Python-Dev mailing list