[IronPython] Ironpython delegates...

2009-02-22 Thread Antonio Piteira
I've been searching for CallTarget0 and from what I read it should be in Microsoft.Scripting.dll, but when I add the reference to clr and import CallTarget0 from Microsoft.Scripting.dll I get this message: --- Error... --- Cannot import name

Re: [IronPython] Fwd: Ironpython delegates...

2009-02-22 Thread Dino Viehland
Depending on what you're doing you might be better off using Funcobject instead of CallTarget0. CallTarget0 is more of a Python implementation detail and could change w/ major IronPython versions - or even be replaced w/ Funcobject. it's primary purpose is to be the delegate for calling a

[IronPython] Please vote up this DLR memory leak bug

2009-02-22 Thread Dody Gunawinata
There's only 5 votes so far. http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=20399 -- nomadlife.org ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com