This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author glchapman
Recipients
Date 2003-04-20.10:47:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=86307

Andrew, I used some block-scoped locals in the 
MIN_REPEAT_ONE branch (matchmax and c).  I wonder if 
removing those would fix the optimization problem.  I have a 
patch against the latest CVS version (2.91) which I can send 
you if you'd like.  (The patch just moves the test for 65535 
into the while statement and reuses i to hold the result of 
SRE_COUNT).
History
Date User Action Args
2007-08-23 15:22:12adminlinkissue720991 messages
2007-08-23 15:22:12admincreate