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 eric.snow
Recipients Lukasa, Mark.Shannon, eric.snow, icordasc, jayvdb, larry, rhettinger, xZise
Date 2015-07-31.22:28:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438381704.45.0.727023299873.issue24667@psf.upfronthosting.co.za>
In-reply-to
Content
I've verified that it is definitely the linked list that is getting updated incorrectly at the point that a key is popped off.  The underlying dict is working fine.  The erroneous behavior is happening with either pop, popitem, or __delitem__.  However, it is likely in the common code used to remove a node from the linked list (e.g. _odict_clear_node).
History
Date User Action Args
2015-07-31 22:28:24eric.snowsetrecipients: + eric.snow, rhettinger, larry, Mark.Shannon, icordasc, Lukasa, xZise, jayvdb
2015-07-31 22:28:24eric.snowsetmessageid: <1438381704.45.0.727023299873.issue24667@psf.upfronthosting.co.za>
2015-07-31 22:28:24eric.snowlinkissue24667 messages
2015-07-31 22:28:24eric.snowcreate