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 gvanrossum
Recipients brett.cannon, christian.heimes, facundobatista, gvanrossum, thyrsus
Date 2008-01-03.21:42:26
SpamBayes Score 0.22207834
Marked as misclassified No
Message-id <1199396546.59.0.418760354316.issue1301@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect the assert is an overflow check. But since asserts are
compiled into no-ops unless we're using debug mode, I don't see the
point of using an assert.  Just to close the issue I'll replace it with
a proper overflow check.
History
Date User Action Args
2008-01-03 21:42:26gvanrossumsetspambayes_score: 0.222078 -> 0.22207834
recipients: + gvanrossum, brett.cannon, facundobatista, christian.heimes, thyrsus
2008-01-03 21:42:26gvanrossumsetspambayes_score: 0.222078 -> 0.222078
messageid: <1199396546.59.0.418760354316.issue1301@psf.upfronthosting.co.za>
2008-01-03 21:42:26gvanrossumlinkissue1301 messages
2008-01-03 21:42:26gvanrossumcreate