I was doing some performance evaluation using timeit and discovered a performance degredation between python 2.7.10 and python 3.4.3. I narrowed it down to the hash()<
There are two changes in hash()
function between Python 2.7 and Python 3.4
References: