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
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
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