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 Jeffrey.Walton, alex, alexandre.vassalotti, christian.heimes, deadshort, dmalcolm, donmez, fweimer, jcea, jwilk, loewis, mark.dickinson, martin.panter, matejcik, nnorwitz, pitrou, python-dev, serhiy.storchaka, vstinner, xiang.zhang, ztane
Date 2016-08-01.04:47:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470026874.03.0.529316284409.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
So these checks are superfluous? Do we need to remove them?

Hmm, I still doubt such checks should consider platform characteristics first. In theory List can be PY_SSIZE_T_MAX length. Do we have to put the PY_SIZE_MAX // sizeof(PyObject *) limit on it?
History
Date User Action Args
2016-08-01 04:47:54xiang.zhangsetrecipients: + xiang.zhang, loewis, nnorwitz, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, alexandre.vassalotti, donmez, matejcik, jwilk, alex, dmalcolm, python-dev, deadshort, martin.panter, serhiy.storchaka, ztane, fweimer, Jeffrey.Walton
2016-08-01 04:47:54xiang.zhangsetmessageid: <1470026874.03.0.529316284409.issue1621@psf.upfronthosting.co.za>
2016-08-01 04:47:54xiang.zhanglinkissue1621 messages
2016-08-01 04:47:53xiang.zhangcreate