[Python-Dev] ssize_t branch merged

Neal Norwitz nnorwitz at gmail.com
Sat Feb 18 08:01:45 CET 2006


On 2/17/06, Travis E. Oliphant <oliphant.travis at ieee.org> 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


More information about the Python-Dev mailing list