sre.finditer break down: is this a bug?

Jane Austine janeaustine50 at hotmail.com
Sat Jul 13 06:00:43 EDT 2002


Newly added function sre.finditer and (matchedObject.)finditer
break down and the system crushes on win32 when requested for
next() after StopIteration.

see:
>> import sre
>> fi=sre.finditer(r'\s','a b')
>> fi.next()
>> fi.next()
>> fi.next() #system halts for ever.



More information about the Python-list mailing list