[Patches] Re: [Patch #101416] coax _sre.c into using Py_GetRecursionLimit()

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Fri, 22 Sep 2000 17:39:53 +0200


> Fredrik, are there problems with this patch?  Does it not make sense?

not really -- are recursive sre_match calls really equi-
valent to nested eval_code2 calls?

I'm sceptical, but I might be wrong.

Feel free to convince me that I am wrong; otherwise,
I'd rather leave things as they are for now (with the
goal of making a "stackless" SRE for 2.1)

</F>