[Python-Dev] SRE recursion removed

"Martin v. Löwis" martin at v.loewis.de
Sun Oct 19 15:33:57 EDT 2003


Gustavo Niemeyer wrote:

> Of course we can. It depends totally on what we want to do. We can
> remove it, and then if we enable USE_RECURSION, it may blow up the
> stack without being catched.

Right. If the intended usage of USE_RECURSION is only to activate it
when looking into SRE bug reports (to see if the bug goes away when
this is activated), it might not matter that it blows up the stack.

The question at hand is what to do with patch 813391: accept, reject,
defer? I was hoping that we can reject it as outdated, but perhaps
it is not outdated.

Regards,
Martin





More information about the Python-Dev mailing list