Alexander Belopolsky <[email protected]> added the comment:
On Mon, Oct 18, 2010 at 8:45 AM, Benjamin Peterson <[email protected]> wrote: .. > No, negative values have to be allowed. > Why? As far as I can tell, negative values are only used as sentinels and we can use say (size_t)-1 instead of -1L. Are there cases where hash values' ordering is important? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9778> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
