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.

作者 ncoghlan
收信人 benjamin.peterson, christian.heimes, georg.brandl, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
日期 2012-07-27.13:28:16
SpamBayes Score -1.0
Marked as misclassified
Message-id <1343395697.27.0.137952852379.issue12834@psf.upfronthosting.co.za>
In-reply-to
内容
Summary of my review for Georg's benefit: I had one minor formatting nit with the patch (which Stefan can easily fix before committing), but it otherwise looked fine to me.

I also agree that the old implicit truncation was unusable in practice, as the *actual* length is not returned from the function, and in fact cannot be returned because the return type is int rather than Py_ssize_t. A length mismatch therefore needs to be an error.
历史
日期 用户 动作 参数
2012-07-27 13:28:17ncoghlan修改recipients: + ncoghlan, georg.brandl, pitrou, vstinner, christian.heimes, benjamin.peterson, skrah, meador.inge, python-dev
2012-07-27 13:28:17ncoghlan修改messageid: <1343395697.27.0.137952852379.issue12834@psf.upfronthosting.co.za>
2012-07-27 13:28:16ncoghlan链接issue12834 messages
2012-07-27 13:28:16ncoghlan创建