Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

Yet it looks like set has a bigger problem whenever sizeof(Py_ssize_t) > 
sizeof(long).  setentry.hash is defined as long, but set_pop() stores a 
Py_ssize_t index in it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1646068>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to