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 eric.smith, eric.snow, python-dev, serhiy.storchaka
Date 2015-11-04.20:34:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151104203402.57627.99410@psf.io>
In-reply-to
Content
New changeset 499398d91b97 by Serhiy Storchaka in branch '3.5':
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
https://hg.python.org/cpython/rev/499398d91b97

New changeset 9db4191723eb by Serhiy Storchaka in branch 'default':
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
https://hg.python.org/cpython/rev/9db4191723eb

New changeset 59c7615ea921 by Serhiy Storchaka in branch '3.5':
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
https://hg.python.org/cpython/rev/59c7615ea921

New changeset 76e848554b5d by Serhiy Storchaka in branch 'default':
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
https://hg.python.org/cpython/rev/76e848554b5d
History
Date User Action Args
2015-11-04 20:34:10python-devsetrecipients: + python-dev, eric.smith, eric.snow, serhiy.storchaka
2015-11-04 20:34:10python-devlinkissue25449 messages
2015-11-04 20:34:09python-devcreate