New submission from Armin Rigo <ar...@users.sourceforge.net>: The attached example shows a case where the '_sre' module goes into an instantaneous infinite memory leak. The bug (and probably the fix too) is related to empty matches in the MIN_UNTIL operator ("+?", "*?"). It looks very similar to the bug and fix already checked in about the MAX_UNTIL operator ("+", "*").
---------- components: Extension Modules files: empty_minuntil.py messages: 114785 nosy: arigo priority: normal severity: normal status: open title: regexp: zero-width matches in MIN_UNTIL type: crash versions: Python 2.7 Added file: http://bugs.python.org/file18628/empty_minuntil.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9669> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com