I just noticed that the Python 3 C API still contains PY_SSIZE_T_CLEAN. This macro was a transition mechanism, to allow extensions to use Py_ssize_t in PyArg_ParseTuple, while allowing other module continue to use int.
In Python 3, I would like the mechanism, making Py_ssize_t the only valid data type for size in, say, s# parsers. Is it ok to still change that? Regards, Martin _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com