[Ironpython-users] IronPython, Daily Digest 2/26/2013

CodePlex no_reply at codeplex.com
Wed Feb 27 09:26:06 CET 2013


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


More information about the Ironpython-users mailing list