[Python-Dev] sre and regexp behave baldy under lowmemory conditions (original) (raw)
Guido van Rossum guido@beopen.com
Thu, 24 Aug 2000 23:11:54 -0500
- Previous message: [Python-Dev] sre and regexp behave baldy under lowmemory conditions
- Next message: [Python-Dev] Check your "Accepted" patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
testre wasn't so bad, the only problem was that it crashed with a "NULL return without an exception". testregexp was worse, it crashed my machine.
That's regex, right? regexp was the really old regular expression module we once had.
Anyway, I don't care about regex, it's old.
The sre code needs to be robustified, but it's not a high priority for me.
--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)
- Previous message: [Python-Dev] sre and regexp behave baldy under lowmemory conditions
- Next message: [Python-Dev] Check your "Accepted" patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]