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 christian.heimes
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis
Date 2008-01-20.13:01:05
SpamBayes Score 0.0009822645
Marked as misclassified No
Message-id <4793460D.70607@cheimes.de>
In-reply-to <1200829020.44.0.674928379316.issue1621@psf.upfronthosting.co.za>
Content
Ismail Donmez wrote:
> Ismail Donmez added the comment:
> 
> Final patch should be complete. Used a trick in _sre.c, instead of i < 0
> , I used 
> i + i < i to trick gcc.

I'm going to review your patch later.

Christian
History
Date User Action Args
2008-01-20 13:01:07christian.heimessetspambayes_score: 0.000982265 -> 0.0009822645
recipients: + christian.heimes, gvanrossum, loewis, gregory.p.smith, alexandre.vassalotti, donmez
2008-01-20 13:01:06christian.heimeslinkissue1621 messages
2008-01-20 13:01:05christian.heimescreate