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 SilentGhost
Recipients SilentGhost, altvod
Date 2016-07-25.12:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469449258.54.0.0724015414334.issue27613@psf.upfronthosting.co.za>
In-reply-to
Content
The question is why are you defining __len__ if you don't know the size of your final object? Or at least, why are you starting with a potentially wrong initial value? This issue doesn't exist if you either don't define the method or return correct value.
History
Date User Action Args
2016-07-25 12:20:58SilentGhostsetrecipients: + SilentGhost, altvod
2016-07-25 12:20:58SilentGhostsetmessageid: <1469449258.54.0.0724015414334.issue27613@psf.upfronthosting.co.za>
2016-07-25 12:20:58SilentGhostlinkissue27613 messages
2016-07-25 12:20:58SilentGhostcreate