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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to