Am 29.12.2011 11:32, schrieb Antoine Pitrou: >> If I remember correctly CPython uses the long for its hash function so >> 64bit Windows uses a 32bit hash. > > Not anymore, Py_hash_t is currently aligned with Py_ssize_t.
Thanks for the update. Python 2.x still uses long and several large frameworks like Zope/Plone require 2.x. Christian _______________________________________________ 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