]> granicus.if.org Git - python/commit
-- don't use recursion for unbounded non-greedy repeat
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 14 Jan 2001 23:55:55 +0000 (23:55 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 14 Jan 2001 23:55:55 +0000 (23:55 +0000)
commitfa25a7d51fdc4c21ac569d9f62825e337a7a6b4a
treef3a9df2c2b4578172e1e9b5116e3da5428870520
parent07e99cb77406e1bc84606f49b743e41b0de8a6d5
-- don't use recursion for unbounded non-greedy repeat
(bugs #115903, #115696)

This is based on a patch by Darrel Gallion.  I'm not 100%
sure about this fix, but I haven't managed to come up with
any test case it cannot handle...
Lib/test/test_sre.py
Modules/_sre.c