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 2017-05-05.10:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493981265.53.0.830080121255.issue30281@psf.upfronthosting.co.za>
In-reply-to
Content
The default value for stop in PySlice_Unpack should be -PY_SSIZE_T_MAX-1. Otherwise a sequence of length PY_SSIZE_T_MAX could get a wrong slicelength when doing L[::-1].
History
Date User Action Args
2017-05-05 10:47:45xiang.zhangsetrecipients: + xiang.zhang, serhiy.storchaka
2017-05-05 10:47:45xiang.zhangsetmessageid: <1493981265.53.0.830080121255.issue30281@psf.upfronthosting.co.za>
2017-05-05 10:47:45xiang.zhanglinkissue30281 messages
2017-05-05 10:47:45xiang.zhangcreate