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 xiang.zhang
Recipients berker.peksag, methane, minrk, vstinner, xiang.zhang
Date 2016-09-18.15:01:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474210896.36.0.43469142415.issue28147@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM. But why this change?

-#define ESTIMATE_SIZE(n)  (((n)*3) >> 1)
+#define ESTIMATE_SIZE(n)  (((n)*3+1) >> 1)
History
Date User Action Args
2016-09-18 15:01:36xiang.zhangsetrecipients: + xiang.zhang, vstinner, methane, berker.peksag, minrk
2016-09-18 15:01:36xiang.zhangsetmessageid: <1474210896.36.0.43469142415.issue28147@psf.upfronthosting.co.za>
2016-09-18 15:01:36xiang.zhanglinkissue28147 messages
2016-09-18 15:01:36xiang.zhangcreate