[Python-Dev] Type of range object members

"Martin v. Löwis" martin at v.loewis.de
Tue Aug 15 18:01:51 CEST 2006


Guido van Rossum schrieb:
> FWIW, I propose that in py3k, the int type uses Py_ssize_t instead of long.

This is really a py3k issue, but: shouldn't the int and long types
really get unified into a single type in Py3k?

I suppose the "i" parameter to PyArg_ParseTuple would continue to parse
int?

Regards,
Martin


More information about the Python-Dev mailing list