Overcoming regex memory limits?

Skip Montanaro skip at pobox.com
Thu Oct 31 12:09:47 EST 2002


    yin> I've heard that it may be possible to match without using the (.*?)
    yin> construct and this may solve the problem.  Any suggestions short of
    yin> a rewriting the parsing routine would be appreciated.

If you can give us an example of a regular expression which blows up and an
example of the text you expect to feed it, perhaps someone can make some
suggestions.

-- 
Skip Montanaro - skip at pobox.com
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list