On 2/17/06, Travis E. Oliphant <[EMAIL PROTECTED]> wrote:
>
> I'm very sorry for my silliness.  I do see the problem I was having now.
>    Thank you for helping me out.  I was assuming that PY_SSIZE_T_MAX
> could be used in a  pre-processor statement like LONG_MAX and INT_MAX.
>
> In other words
>
> #if PY_SSIZE_T_MAX != INT_MAX

I suppose that might be nice, but would require configure magic.  I'm
not sure how it could be done on Windows.

There are much more important problems to address at this point IMO. 
Just review the recent fixes related to Py_BuildValue() on
python-checkins to see what I mean.

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