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: [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 
<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.

<<image001.png>>

_______________________________________________
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