Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] Unable to compile dictionary that contains tuples
----------------------------------------------
ISSUES
1. [New issue] Unable to compile dictionary that contains tuples
http://ironpython.codeplex.com/workitem/33824
User tolaw has proposed the issue:
"When trying to compile a py file that contains
```
x = {3: (4, 5)}
```
using ```clr.CompileModules``` results in
```
SystemError: CompileToMethod cannot compile constant '('4', 5)' because it is a
non-trivial value, such as a live object. Instead, create an expression tree
that can construct this value.
```
This issue was supposed to be fixed in [issue
29390](http://ironpython.codeplex.com/workitem/29390) but it wasn't"
----------------------------------------------
----------------------------------------------
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
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users