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 benjamin.peterson
Recipients benjamin.peterson, facundobatista, gvanrossum
Date 2008-05-01.21:41:18
SpamBayes Score 0.020470314
Marked as misclassified No
Message-id <1209678079.85.0.656500512526.issue2735@psf.upfronthosting.co.za>
In-reply-to
Content
__len__ always has to return a Py_ssize_t because that's the data type
that represents lengths in C. It's just the way it is.
History
Date User Action Args
2008-05-01 21:41:19benjamin.petersonsetspambayes_score: 0.0204703 -> 0.020470314
recipients: + benjamin.peterson, gvanrossum, facundobatista
2008-05-01 21:41:19benjamin.petersonsetspambayes_score: 0.0204703 -> 0.0204703
messageid: <1209678079.85.0.656500512526.issue2735@psf.upfronthosting.co.za>
2008-05-01 21:41:18benjamin.petersonlinkissue2735 messages
2008-05-01 21:41:18benjamin.petersoncreate