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 schmir
Recipients donallen, niemeyer, schmir
Date 2008-01-09.21:22:12
SpamBayes Score 0.16200705
Marked as misclassified No
Message-id <1199913734.39.0.213325055852.issue1448325@psf.upfronthosting.co.za>
In-reply-to
Content
You're being a victim of two issues here:

1.regular expression matching can take a long time. see:
http://bugs.python.org/issue1662581

2. regular expression matching was not interruptible:
http://bugs.python.org/issue846388
History
Date User Action Args
2008-01-09 21:22:14schmirsetspambayes_score: 0.162007 -> 0.16200705
recipients: + schmir, niemeyer, donallen
2008-01-09 21:22:14schmirsetspambayes_score: 0.162007 -> 0.162007
messageid: <1199913734.39.0.213325055852.issue1448325@psf.upfronthosting.co.za>
2008-01-09 21:22:13schmirlinkissue1448325 messages
2008-01-09 21:22:12schmircreate