[Python-Dev] Twisted and Python 2.5a0r43587
"Martin v. Löwis"
martin at v.loewis.de
Tue Apr 4 20:39:35 CEST 2006
Neal Norwitz wrote:
> I don't think so. I think that macro controls Py_BuildValue etc (the
> APIs in modsupport.h) I don't think it controls anything else. So
> what that means is that Py_BuildValue("l") means something different
> depending on ssize_t or not.
Actually, it *only* affects s#, z#, t#. "l" will always go along with
a "long int" argument.
Regards,
Martin
More information about the Python-Dev
mailing list