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 serhiy.storchaka, xiang.zhang
Date 2016-07-13.17:26:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468430783.36.0.883961357456.issue27507@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, after checking again, this is still needed but maybe `if (len == PY_SSIZE_T_MAX)` part is not necessary since the iterable's length should not be larger than PY_SSIZE_T_MAX. But keep it to avoid theoretically bug is not a bad idea.
History
Date User Action Args
2016-07-13 17:26:23xiang.zhangsetrecipients: + xiang.zhang, serhiy.storchaka
2016-07-13 17:26:23xiang.zhangsetmessageid: <1468430783.36.0.883961357456.issue27507@psf.upfronthosting.co.za>
2016-07-13 17:26:23xiang.zhanglinkissue27507 messages
2016-07-13 17:26:23xiang.zhangcreate