| Store | Cart

sre.finditer break down: is this a bug?

From: Jane Austine <jane...@hotmail.com>
13 Jul 2002 03:00:43 -0700
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.

Recent Messages in this Thread
Jane Austine Jul 13, 2002 10:00 am
Fredrik Lundh Jul 13, 2002 05:10 pm
Messages in this thread