[Python-Dev] str.count is slow

Guido van Rossum guido at python.org
Wed Mar 1 00:14:10 CET 2006


On 2/28/06, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Fredrik Lundh wrote:
>
> > > My personal goal in life right now is to stay as
> > > far away from C++ as I can get.
> >
> > so what C compiler are you using ?
>
> Gcc, mostly. I don't mind if it's capable of
> compiling C++, as long as I can choose not to
> write any.

That's getting harder and harder though. 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...

--
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list