Semi-closing a hole
Semi-closing a hole
Posted Apr 12, 2012 0:13 UTC (Thu) by corbet (editor, #1)In reply to: Semi-closing a hole by man_ls
Parent article: Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 security release
I'm not yet sure I agree with the Python developers' decision. That said:
- Yes, anybody can run with -R, in which case they only have themselves to blame for anything they break. Doesn't seem like a problem.
- If you "stop accepting elements" into a dict, you're going to expose applications to a new exception that they weren't expecting before. That, too, could lead to all kinds of unpleasant behavior. To me, that seems like a more disruptive behavior change than randomizing the hash function.
