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 arigo, fdrake, pitrou, python-dev, serhiy.storchaka, tim.peters, tinchester
Date 2016-12-19.10:01:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161219100121.128270.24661.DBF2657E@psf.io>
In-reply-to
Content
New changeset 5a542a2bca08 by Antoine Pitrou in branch '3.5':
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
https://hg.python.org/cpython/rev/5a542a2bca08

New changeset f3706a9430da by Antoine Pitrou in branch '3.6':
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
https://hg.python.org/cpython/rev/f3706a9430da

New changeset ac2715d04119 by Antoine Pitrou in branch 'default':
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
https://hg.python.org/cpython/rev/ac2715d04119
History
Date User Action Args
2016-12-19 10:01:25python-devsetrecipients: + python-dev, tim.peters, fdrake, arigo, pitrou, serhiy.storchaka, tinchester
2016-12-19 10:01:24python-devlinkissue19542 messages
2016-12-19 10:01:24python-devcreate