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 Mark.Shannon, benjamin.peterson, methane, python-dev, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-10-27.10:30:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161027103018.9481.39990.A2054A5D@psf.io>
In-reply-to
Content
New changeset 8c2615decd2e by INADA Naoki in branch '3.6':
Issue #28509: dict.update() no longer allocate unnecessary large memory
https://hg.python.org/cpython/rev/8c2615decd2e

New changeset deb3e5857d8c by INADA Naoki in branch 'default':
Issue #28509: dict.update() no longer allocate unnecessary large memory
https://hg.python.org/cpython/rev/deb3e5857d8c
History
Date User Action Args
2016-10-27 10:30:21python-devsetrecipients: + python-dev, rhettinger, benjamin.peterson, methane, Mark.Shannon, serhiy.storchaka, xiang.zhang
2016-10-27 10:30:21python-devlinkissue28509 messages
2016-10-27 10:30:21python-devcreate