You can never go down the drain...

Aahz Maruch aahz at panix.com
Mon Sep 25 16:27:03 EDT 2000


In article <ajOz5.254$n_3.45679 at news.pacbell.net>, Phlip <no at spam.com> wrote:
>
>Warm up Python 1.6 or 2.0b, on Win2000 or Solaris, and shoot this at it:
>
>    import re
>    print re.sub('([a-z])([A-Z])', r'\1 \2', 'GoldMan')
>
>The resulting CPU use profile would seem to indicate (by nature of its
>continuous 100% flat line) that an infinite loop is underway.

There have been at least one or two other reported bugs in this area;
waiting for 2.0b2 and re-testing would probably be the best use of your
time.
-- 
                      --- Aahz (Copyright 2000 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

"Perhaps God rewards martyrs, but life seldom does..." --Ulrika O'Brien



More information about the Python-list mailing list