[Python-Dev] str.count is slow
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Mar 1 05:16:29 CET 2006
More information about the Python-Dev mailing list
Wed Mar 1 05:16:29 CET 2006
- Previous message: [Python-Dev] str.count is slow
- Next message: [Python-Dev] C++ for CPython 3? (Re: str.count is slow)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] str.count is slow
- Next message: [Python-Dev] C++ for CPython 3? (Re: str.count is slow)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list