Yes, me too...

----- Original Message -----
From: "Larry Jones" <[email protected]>
To: [email protected]
Sent: Monday, June 27, 2011 3:01:36 PM
Subject: [Ironpython-users] FW:  IronPython, Daily Digest 6/23/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



30th_logo_RGB_ppt.png





From: [email protected] 
[mailto:[email protected]] On 
Behalf Of [email protected]
Sent: Friday, June 24, 2011 8:38 AM
To: [email protected]
Subject: [Ironpython-users] IronPython, Daily Digest 6/23/2011




Hi ironpython,

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

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

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 . You can unsubscribe or change your issue notification settings 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.

[Text File:ATT336236.txt]

_______________________________________________
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users
_______________________________________________
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to