Re: [Python-Dev] Include/structmember.h, Py_ssize_t

2006-06-06 Thread Martin v. Löwis
Thomas Heller wrote: > In Include/structmember.h, there is no T_... constant for Py_ssize_t > member fields. Should there be one? As Fredrik says: if you need it, feel free to add it. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org ht

Re: [Python-Dev] Include/structmember.h, Py_ssize_t

2006-06-06 Thread Fredrik Lundh
Thomas Heller wrote: > In Include/structmember.h, there is no T_... constant for Py_ssize_t > member fields. Should there be one? do you need one? if so, I see no reason why you cannot add it... ___ Python-Dev mailing list Python-Dev@python.org htt

[Python-Dev] Include/structmember.h, Py_ssize_t

2006-06-06 Thread Thomas Heller
In Include/structmember.h, there is no T_... constant for Py_ssize_t member fields. Should there be one? Thomas ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/ma