[IronPython] Error when using Options.FastEval

2005-10-04 Thread Szymon Kobalczyk
ct value = engine.Evaluate("item == None"); } Also, could you please explain what exactly are the differences between the two modes. Szymon Kobalczyk. PS: Just found that it also doesn't work for the "str" builtin function but didn't have time to try others. ___

[IronPython] Error when using Options.FastEval

2005-09-30 Thread Szymon Kobalczyk
engine = new PythonEngine(); engine.SetVariable("item", null); object value = engine.Evaluate("item == None"); } Also, could you please explain what exactly are the differences between the two modes. Szymon Kobalczyk. __

[IronPython] Memory leak in PythonEngine.Evaluate ?

2005-08-30 Thread Szymon Kobalczyk
imental" and if it is safe to use it? Regards, Szymon Kobalczyk. ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com