Message247780
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). |
|
| Date |
User |
Action |
Args |
| 2015-07-31 22:28:24 | eric.snow | set | recipients:
+ eric.snow, rhettinger, larry, Mark.Shannon, icordasc, Lukasa, xZise, jayvdb |
| 2015-07-31 22:28:24 | eric.snow | set | messageid: <[email protected]> |
| 2015-07-31 22:28:24 | eric.snow | link | issue24667 messages |
| 2015-07-31 22:28:24 | eric.snow | create | |
|