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, gregory.p.smith, jcea, jwilk, loewis, mark.dickinson, martin.panter, matejcik, nnorwitz, pitrou, python-dev, serhiy.storchaka, vstinner, xiang.zhang, ztane
Date 2016-07-23.15:06:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469286410.71.0.204397590998.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
Change tuple_and_list.patch with empty curly braces. I don't add the test for __length_hint__. According to the comment, when overflow happens, it is either ignored or a MemoryError will finally be raised. I am not willing to test a MemoryError in this case.

BTW, how do you get the error?
History
Date User Action Args
2016-07-23 15:06:50xiang.zhangsetrecipients: + xiang.zhang, loewis, nnorwitz, gregory.p.smith, 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-07-23 15:06:50xiang.zhangsetmessageid: <1469286410.71.0.204397590998.issue1621@psf.upfronthosting.co.za>
2016-07-23 15:06:50xiang.zhanglinkissue1621 messages
2016-07-23 15:06:50xiang.zhangcreate