----- Original Message ----- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: Discussion of IronPython <[email protected]> Sent: Sat Nov 22 13:33:54 2008 Subject: [IronPython] [Hosting] Cannot convert callable class to delegate
Hi, Attempting to convert a class with a __call__() member to a delagte causes an ArgumentNullException; presumably it should create a delegate, as it is a valid callable object. It can be worked around be using a function that forwards to the class, but it's an annoyance to have to do that. I have opened #19724 (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=19724); I mention it here because I would really like to see it fixed for 2.0. -Jeff _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
