Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] Unsupported param dictionary type:
IronPython.Runtime.PythonDictionary
----------------------------------------------
ISSUES
1. [New comment] Unsupported param dictionary type:
IronPython.Runtime.PythonDictionary
http://ironpython.codeplex.com/workitem/34241
User fdanny has commented on the issue:
"<p>I was able to reproduce this issue with this snippet of code.
</p><p>>>> from types import ModuleType<br>>>> class
A(ModuleType):<br>... def __init__(self, d):<br>...
pass<br>...<br>>>> t = dict()<br>>>> A(d = t)<br>Traceback
(most recent call last):<br> File "<stdin>", line 1, in
<module><br>SystemError: Unsupported param dictionary type:
IronPython.Runtime.PythonDiction<br>ary</p"
----------------------------------------------
----------------------------------------------
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