Ralf W. Grosse-Kunstleve wrote: > #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1)) > > However, I couldn't find a corresponding PY_SSIZE_T_MIN which would come in > handy to adjust old code using INT_MIN (from limits.h). Are there arguments > against defining PY_SSIZE_T_MIN? Or is this just an oversight?
That's just an oversight; I just added it. Thanks for pointing that out, 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