On Wed, Jan 31, 2001 at 12:57:26PM +0300, Karpov Denis Sergeevic wrote:
> Python 2.0:
> When I use regular expression with rather big file (150,000 byte), I
> get error: "RuntimeError: maximum recursion limit exceeded"
> 
> But on Pytnon 1.52 in the same situation it's OK.
> 
> Maybe because stack size.
> 
> Is it fatal? Can I do something with it?

Using stackless might help. Either way you should report this to
[EMAIL PROTECTED] where Fredrik Lundt, the guy who implemented the new
regex engine (sre) in Python 2.0, will be listening. He should be able to give
you a more authoritative response.

Cheers,
Trent

-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython
  • ... Карпов Денис Сергеевич
    • ... Phil Harris
    • ... Phil Harris
      • ... Christian Tismer
    • ... Trent Mick
    • ... Houman G
    • ... Markus Schönhaber
    • ... Trent Mick
    • ... Markus Schönhaber
    • ... David Niergarth

Reply via email to