[Python-ideas] More useful slices

Chris Angelico rosuav at gmail.com
Sun Feb 1 21:55:59 CET 2015


On Mon, Feb 2, 2015 at 7:46 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
> If the platform's Py_ssize_t type is large enough to represente
> positive infinites, then you probably could support infinite range
> objects.

*headscratch* You're asking if a native integer type can represent
infinity? What kind of computers do you think we have here? Actual
Turing machines?

ChrisA


More information about the Python-ideas mailing list