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 vstinner
Recipients pitrou, vstinner
Date 2010-01-14.13:43:37
SpamBayes Score 0.006322197
Marked as misclassified No
Message-id <1263476619.89.0.0615684802465.issue7701@psf.upfronthosting.co.za>
In-reply-to
Content
> How is this the correct estimation? The results are different.

The estimation have be bigger or equal, but not smaller.

> Try the following:
> >>> [(2+(bin_len+2)//3*4) for bin_len in xrange(10)]
> [2, 6, 6, 6, 10, 10, 10, 14, 14, 14]

Cool, it's not an estimation but the exact result :-) I prefer to leave the resize unchanged. The new patch uses your "estimation" ;-)
History
Date User Action Args
2010-01-14 13:43:40vstinnersetrecipients: + vstinner, pitrou
2010-01-14 13:43:39vstinnersetmessageid: <1263476619.89.0.0615684802465.issue7701@psf.upfronthosting.co.za>
2010-01-14 13:43:38vstinnerlinkissue7701 messages
2010-01-14 13:43:38vstinnercreate