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
_______________________________________________
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