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 amaury.forgeotdarc, belopolsky, chmod007, gregory.p.smith, gvanrossum, jnferguson
Date 2008-04-10.19:48:04
SpamBayes Score 0.028655143
Marked as misclassified No
Message-id <1207856885.84.0.0629246175702.issue2587@psf.upfronthosting.co.za>
In-reply-to
Content
Please do get rid of the asserts.

Regarding signed sizes, it's a historic accident (copied from Unix
system calls which tended to use plain ints or longs in the olden days),
but it may not be impossible to fix -- we've fixed other things
throughout the code (e.g. switching from int to Py_ssize_t).  It'll be a
monumental task though that's probably best tackled post-3.0.
History
Date User Action Args
2008-04-10 19:48:05gvanrossumsetspambayes_score: 0.0286551 -> 0.028655143
recipients: + gvanrossum, gregory.p.smith, amaury.forgeotdarc, belopolsky, chmod007, jnferguson
2008-04-10 19:48:05gvanrossumsetspambayes_score: 0.0286551 -> 0.0286551
messageid: <1207856885.84.0.0629246175702.issue2587@psf.upfronthosting.co.za>
2008-04-10 19:48:05gvanrossumlinkissue2587 messages
2008-04-10 19:48:04gvanrossumcreate