RE: PYTHONHASHSEED VALUE

2019-05-14 Thread David Raymond
ython-list [mailto:python-list-bounces+david.raymond=tomtom@python.org] On Behalf Of Rishabh Mishra Sent: Tuesday, May 14, 2019 5:47 AM To: python-list@python.org Subject: PYTHONHASHSEED VALUE Dear Sir/Ma'am, I was upgrading a codebase from python2 to python3. The testcases fail in pytho

PYTHONHASHSEED VALUE

2019-05-14 Thread Rishabh Mishra
Dear Sir/Ma'am, I was upgrading a codebase from python2 to python3. The testcases fail in python3 code because the set() function produces a different order from python2. e.g. set in py2 ={"it","is","rishabh","Mishra"} Here in python 2.7 the PYTHONHASHSEED is disabled. in py3 set ={"rishabh","i

PYTHONHASHSEED VALUE

2019-05-14 Thread Rishabh Mishra
Dear Sir/Ma'am, I was upgrading a codebase from python2 to python3. The testcases fail in python3 code because the set() function produces a different order from python2. e.g. set in py2 ={"it","is","rishabh","Mishra"} Here in python 2.7 the PYTHONHASHSEED is disabled. in py3 set ={"rishabh","i