Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Duplicate key in dict
2. [New comment] Duplicate key in dict

----------------------------------------------

ISSUES

1. [New comment] Duplicate key in dict
http://ironpython.codeplex.com/workitem/32527
User kunom has commented on the issue:

"Same buggy behaviour here: Key 'a8' appears twice.
(IronPython 2.7 (2.7.0.40) on .NET 4.0.30319.261)

Some other test:
- behaviour can only be observed by removing 'a7', but not by removing any of 
the other keys.
- there's no difference between "d.pop('a7')" and "del a['a7']"

To me, and without having launched a debugger, this appears to be a bug in the 
DictionaryStorage.Remove() method held by the PythonDictionary 
instance."-----------------

2. [New comment] Duplicate key in dict
http://ironpython.codeplex.com/workitem/32527
User kunom has commented on the issue:

"This goes down to CommonDictionaryStorage with its not quite trivial code... 

The reason why this appears only in 32-bit mode might be that hash calculation 
returns different values on 64-bit.

"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to