Message271255
| 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:58 | SilentGhost | set | recipients: + SilentGhost, altvod |
| 2016-07-25 12:20:58 | SilentGhost | set | messageid: <1469449258.54.0.0724015414334.issue27613@psf.upfronthosting.co.za> |
| 2016-07-25 12:20:58 | SilentGhost | link | issue27613 messages |
| 2016-07-25 12:20:58 | SilentGhost | create | |