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 vstinner
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2017-05-03.14:03:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493820221.19.0.416861785233.issue30255@psf.upfronthosting.co.za>
In-reply-to
Content
I pushed the change to try to fix buildbots, but I'm not sure that it's complete.

The change announces "... clip the step to [-PY_SSIZE_T_MAX,
PY_SSIZE_T_MAX] ...", but there is no explicit to clip the maximum to PY_SSIZE_T_MAX. Maybe there is a bug on this side too! The code should be reviewed one more time.
History
Date User Action Args
2017-05-03 14:03:41vstinnersetrecipients: + vstinner, serhiy.storchaka, xiang.zhang
2017-05-03 14:03:41vstinnersetmessageid: <1493820221.19.0.416861785233.issue30255@psf.upfronthosting.co.za>
2017-05-03 14:03:41vstinnerlinkissue30255 messages
2017-05-03 14:03:41vstinnercreate