[Ironpython-users] FW: IronPython, Daily Digest 6/23/2011

Jones, Larry Larry.Jones at aspentech.com
Mon Jun 27 15:01:36 CEST 2011


Hi y’all,

 

Is anyone else getting a daily digest in addition to individual emails since moving to the new mailing list?

 

---

Larry Jones
||| Senior Level Development Engineer
Aspen Technology, Inc. ||| +1 281-504-3324 ||| fax: 281-584-1062 ||| www.aspentech.com <http://www.aspentech.com/>  

 

  <http://www.aspentech.com/> 

 

From: ironpython-users-bounces+larry.jones=aspentech.com at python.org [mailto:ironpython-users-bounces+larry.jones=aspentech.com at python.org] On Behalf Of no_reply at codeplex.com
Sent: Friday, June 24, 2011 8:38 AM
To: ironpython-users at python.org
Subject: [Ironpython-users] IronPython, Daily Digest 6/23/2011

 

Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython <http://ironpython.codeplex.com/> ".

In today's digest:


ISSUES


1. [New issue] Cannot create PythonType for generic parameter which has interface constraints ↓


ISSUES


1. [New issue] Cannot create PythonType for generic parameter which has interface constraints view online <http://ironpython.codeplex.com/workitem/30905> 

User dinov has proposed the issue:

"http://pytools.codeplex.com/workitem/243

public class GenericType<T> where T : IEnumerable {
public T ReturnsGenericParam() {
return default(T);
}
}

Import the type and do:

clr.GetPythonType(clr.GetClrType(GenericType).GetMethod('ReturnsGenericParam').ReturnType)

And this throws:

SystemError: Method must be called on a Type for which Type.IsGenericParameter is false."

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 <http://ironpython.codeplex.com/workitem/list/basic> . You can unsubscribe or change your issue notification settings <https://ironpython.codeplex.com/subscriptions/workitem/project/edit>  on CodePlex.com.




This e-mail and any attachments are intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information. If you are not the intended recipient of
this e-mail, you are hereby notified any dissemination,
distribution or copying of this email, and any attachments thereto,
is strictly prohibited. If you receive this email in error please
immediately notify the sender and permanently delete the original
copy and any copy of any e-mail, and any printout thereof.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110627/fb1787e8/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 10525 bytes
Desc: image001.png
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110627/fb1787e8/attachment-0001.png>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ATT336236.txt
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110627/fb1787e8/attachment-0001.txt>


More information about the Ironpython-users mailing list