Roundup Robot <[email protected]> added the comment:

New changeset 90572ccda12c by Antoine Pitrou in branch '3.2':
Issue #13521: dict.setdefault() now does only one lookup for the given key, 
making it "atomic" for many purposes.
http://hg.python.org/cpython/rev/90572ccda12c

New changeset 3dfa98cf2e26 by Antoine Pitrou in branch 'default':
Issue #13521: dict.setdefault() now does only one lookup for the given key, 
making it "atomic" for many purposes.
http://hg.python.org/cpython/rev/3dfa98cf2e26

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue13521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to