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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, doerwalter, eisele
Date 2007-11-30.09:58:55
SpamBayes Score 0.023549555
Marked as misclassified No
Message-id <1196416736.27.0.0997163182274.issue1521@psf.upfronthosting.co.za>
In-reply-to
Content
> Alas, the extended test code still does not catch the problem
Can you please try again by changing in the tests:
  minsize=_2G
into 
  minsize=_2G * 2 + 2
The length has to be greater than 4G for an int to loose digits.
History
Date User Action Args
2007-11-30 09:58:56amaury.forgeotdarcsetspambayes_score: 0.0235496 -> 0.023549555
recipients: + amaury.forgeotdarc, doerwalter, eisele
2007-11-30 09:58:56amaury.forgeotdarcsetspambayes_score: 0.0235496 -> 0.0235496
messageid: <1196416736.27.0.0997163182274.issue1521@psf.upfronthosting.co.za>
2007-11-30 09:58:56amaury.forgeotdarclinkissue1521 messages
2007-11-30 09:58:55amaury.forgeotdarccreate