]> granicus.if.org Git - python/commit
Add comments to frozenset_hash().
authorRaymond Hettinger <python@rcn.com>
Sun, 5 Jan 2014 20:00:31 +0000 (12:00 -0800)
committerRaymond Hettinger <python@rcn.com>
Sun, 5 Jan 2014 20:00:31 +0000 (12:00 -0800)
commit74fc8c47f66da5673ed733d21e9014e9508f2819
tree82d852bc1dd691fe5f3145eacf47aeb3aa64a7f1
parentdf3ed242c07ac9d0d46faa89a4705bd6acb3dd68
Add comments to frozenset_hash().

Also, provide a minor hint to the compiler on how to group the xors.
Objects/setobject.c