[Ironpython-users] IronPython, Daily Digest 5/5/2012

no_reply at codeplex.com no_reply at codeplex.com
Sun May 6 16:01:55 CEST 2012


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120506/f59e7ac9/attachment.html>


More information about the Ironpython-users mailing list