Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] F# and Python Tuples not compatible

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

ISSUES

1. [New comment] F# and Python Tuples not compatible
http://ironpython.codeplex.com/workitem/34229
User MarkusSchaber has commented on the issue:

"<p>I'm not sure whether this is that easy. The problem is that 
System.Tuple&lt;&gt; instances of different length and type are different .NET 
types, while a PythonTuple is always the same type, regardless of length and 
contained elements. I don't know whether implicit casts can be injected 
dynamically in a way which fulfils this requirement.</p><p>Maybe we could 
dynamically generate subclasses of PythonTuple &quot;on the fly&quot;, and 
return an instance of those from within the factory functions. However this 
won't work with existing code using the existing public constructors.</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
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to