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, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-29.07:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161029075020.22316.38385.4E93115D@psf.io>
In-reply-to
Content
New changeset 6b88dfc7b25d by Serhiy Storchaka in branch '3.6':
Issue #28199: Microoptimized dict resizing.  Based on patch by Naoki Inada.
https://hg.python.org/cpython/rev/6b88dfc7b25d

New changeset f0fbc6071d7e by Serhiy Storchaka in branch 'default':
Issue #28199: Microoptimized dict resizing.  Based on patch by Naoki Inada.
https://hg.python.org/cpython/rev/f0fbc6071d7e
History
Date User Action Args
2016-10-29 07:50:23python-devsetrecipients: + python-dev, rhettinger, vstinner, methane, serhiy.storchaka, xiang.zhang
2016-10-29 07:50:23python-devlinkissue28199 messages
2016-10-29 07:50:23python-devcreate