This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Ramchandra Apte, eric.araujo, gruszczy, jcea, jcon, meador.inge, pitrou, python-dev, rhettinger
Date 2012-02-27.00:05:45
SpamBayes Score 0.3160443
Marked as misclassified No
Message-id <E1S1o64-0001oC-Al@dinsdale.python.org>
In-reply-to
Content
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
History
Date User Action Args
2012-02-27 00:05:45python-devsetrecipients: + python-dev, rhettinger, jcea, pitrou, eric.araujo, gruszczy, meador.inge, jcon, Ramchandra Apte
2012-02-27 00:05:45python-devlinkissue13521 messages
2012-02-27 00:05:45python-devcreate