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 facundobatista
Recipients StyXman, facundobatista, rhettinger
Date 2016-09-08.14:43:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473345801.46.0.884738570787.issue28019@psf.upfronthosting.co.za>
In-reply-to
Content
I think the fix nails it; all the problem was that the "fast" mode was wrongly detected, and all the problems (counting badly, or a bad repr, etc) is a problem after setting cnt into PY_SSIZE_T_MAX.

IIUC there is nothing special to do when step=1.0, as later on the original objects are used (they don't suffer a wrong cast to integer anymore).
History
Date User Action Args
2016-09-08 14:43:21facundobatistasetrecipients: + facundobatista, rhettinger, StyXman
2016-09-08 14:43:21facundobatistasetmessageid: <1473345801.46.0.884738570787.issue28019@psf.upfronthosting.co.za>
2016-09-08 14:43:21facundobatistalinkissue28019 messages
2016-09-08 14:43:21facundobatistacreate