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 facundobatista
Recipients benjamin.peterson, facundobatista, gvanrossum
Date 2008-05-01.21:39:38
SpamBayes Score 0.3133281
Marked as misclassified No
Message-id <1209677981.45.0.869369928274.issue2735@psf.upfronthosting.co.za>
In-reply-to
Content
Just for the record: Why __len__ tries to convert it to Py_size_t
(possibly generating an Overflow), and not just returns the PyLong object?
History
Date User Action Args
2008-05-01 21:39:42facundobatistasetspambayes_score: 0.313328 -> 0.3133281
recipients: + facundobatista, gvanrossum, benjamin.peterson
2008-05-01 21:39:41facundobatistasetspambayes_score: 0.313328 -> 0.313328
messageid: <1209677981.45.0.869369928274.issue2735@psf.upfronthosting.co.za>
2008-05-01 21:39:40facundobatistalinkissue2735 messages
2008-05-01 21:39:39facundobatistacreate