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 Lukasa, Mark.Shannon, eric.snow, icordasc, jayvdb, larry, python-dev, rhettinger, xZise, yselivanov
Date 2015-08-07.23:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150807234953.29394.53681@psf.io>
In-reply-to
Content
New changeset adb510322c8f by Eric Snow in branch '3.5':
Issue #24667: Resize odict in all cases that the underlying dict resizes.
https://hg.python.org/cpython/rev/adb510322c8f

New changeset 47287c998bb0 by Eric Snow in branch 'default':
Merge from 3.5 (issue #24667).
https://hg.python.org/cpython/rev/47287c998bb0
History
Date User Action Args
2015-08-07 23:49:57python-devsetrecipients: + python-dev, rhettinger, larry, Mark.Shannon, eric.snow, yselivanov, icordasc, Lukasa, xZise, jayvdb
2015-08-07 23:49:57python-devlinkissue24667 messages
2015-08-07 23:49:56python-devcreate