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-26.23:48:58
SpamBayes Score 0.4622574
Marked as misclassified No
Message-id <E1S1npp-0000AL-D0@dinsdale.python.org>
In-reply-to
Content
New changeset 5c52e7c6d868 by Antoine Pitrou in branch '2.7':
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/5c52e7c6d868
History
Date User Action Args
2012-02-26 23:48:58python-devsetrecipients: + python-dev, rhettinger, jcea, pitrou, eric.araujo, gruszczy, meador.inge, jcon, Ramchandra Apte
2012-02-26 23:48:58python-devlinkissue13521 messages
2012-02-26 23:48:58python-devcreate