Re: [Python-Dev] the new(-ish) dict ordering vs hash randomization

2018-06-18 Thread Petr Viktorin
On 06/18/18 15:13, Ethan Furman wrote: I'm sure we've already had this conversation, but my google-fu is failing me. Can someone provide a link to a discussion explaining why the new ordering of dictionaries does not defeat the hash-randomization non-ordering we added a few versions ago? Hi

Re: [Python-Dev] the new(-ish) dict ordering vs hash randomization

2018-06-18 Thread Antoine Pitrou
On Mon, 18 Jun 2018 06:13:15 -0700 Ethan Furman wrote: > I'm sure we've already had this conversation, but my google-fu is failing me. > > Can someone provide a link to a discussion explaining why the new ordering of > dictionaries does not defeat the > hash-randomization non-ordering we added