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 methane, python-dev, serhiy.storchaka, villemoes
Date 2016-12-20.07:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161220070736.18275.12955.6FF4819C@psf.io>
In-reply-to
Content
New changeset 46e329ef13ae by INADA Naoki in branch '2.7':
Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict.
https://hg.python.org/cpython/rev/46e329ef13ae
History
Date User Action Args
2016-12-20 07:07:40python-devsetrecipients: + python-dev, methane, serhiy.storchaka, villemoes
2016-12-20 07:07:40python-devlinkissue29019 messages
2016-12-20 07:07:40python-devcreate