https://bugzilla.wikimedia.org/show_bug.cgi?id=63659

Ori Livneh <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Ori Livneh <[email protected]> ---
The JSON standard specifically states that "an object is an unordered set of
name/value pairs". If the order matters, it's a bug. Either the order shouldn't
matter, or a JSON object is the wrong way to represent the data. Change
I3c5ca78ae is a kludge, in my opinion.

Cpython will randomize the value used to seed its hashing algorithm when
invoked with -R or when the PYTHONHASHSEED environment var is set to "random".
On Python 3.3 and greater, hash randomization is turned on by default.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to