Marc-Andre Lemburg <[email protected]> added the comment: Antoine Pitrou wrote: > > Antoine Pitrou <[email protected]> added the comment: > >> Please note, that you'd have to extend the randomization to >> all other Python data types as well in order to reach the same level >> of security as the collision counting approach. > > You also have to extend the collision counting to sets, by the way.
Indeed, but that's easy, since the set implementation derives from the dict implementation. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13703> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
