[Python-Dev] SRE recursion removed
Martin v. Löwis
martin at v.loewis.de
Sat Oct 18 15:42:53 EDT 2003
More information about the Python-Dev mailing list
Sat Oct 18 15:42:53 EDT 2003
- Previous message: [Python-Dev] SRE recursion removed
- Next message: [Python-Dev] SRE recursion removed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum <guido at python.org> writes: > > If you enable USE_RECURSION it will become recursive again, so it's > > nice to see if some problem is related to the non-recursive algorithm > > or not, and makes it easy to understand to change made. > > That's okay. There is no interface to enable USE_RECURSION except for editing _sre.c, and I cannot see why anybody would do that (except to see whether a bug goes away if it is enabled). So isn't then the old code essentially dead as well? Regards, Martin
- Previous message: [Python-Dev] SRE recursion removed
- Next message: [Python-Dev] SRE recursion removed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list