[Python-Dev] SRE recursion
Martin v. Löwis
martin at v.loewis.de
Fri Oct 17 18:00:54 EDT 2003
Andrew MacIntyre <andymac at bullseye.apana.org.au> writes:
> Because of the stack recursion issue on FreeBSD (in the presence of
> threads), I tested several of Gustavo's patches. I didn't scrutinise them
> for style though...
It's not primarily style that I'm concerned about, but
hard-to-find-in-testing bugs, such as memory leaks, bad decrefs,
incompatibilities in boundary cases, and so on.
Regards,
Martin
More information about the Python-Dev
mailing list