.NET 4.6 added two new methods: GC.TryStartNoGCRegion and GC.EndNoGCRegion just for this.
Current IronPython 2.7.5 issues warning.
<string>:1: RuntimeWarning: IronPython has no support for disabl...
Id #43470 | Release:
None
| Updated: Aug 11, 2016 at 3:22 PM by aiguy | Created: Aug 11, 2016 at 3:22 PM by aiguy
Hi
I've noticed that I'm unable to use the "\\?\" prefix in IronPython to address the path limitations in Windows in the same way that I can in traditional Python. Code sample below:
file = open ...
Id #43410 | Release:
None
| Updated: Apr 30, 2016 at 5:29 PM by shado1095 | Created: Apr 30, 2016 at 2:35 PM by shado1095
hi,
I'm working on a project in which I am creating a IronPython compiler depend on IronPython ,
But I have some problem on debugging the Script ? could you please give me some help ? thanks.
Id #43284 | Release:
None
| Updated: Nov 5, 2015 at 5:23 AM by heyxEvget | Created: Nov 5, 2015 at 5:23 AM by heyxEvget
IronPython seems to leak memory every time I set a variable via compiled Python scripts The memory seems to get collected if I let the CompiledCode object go out of scope, but I want to be able to...
Id #43239 | Release:
None
| Updated: Sep 10, 2015 at 9:49 PM by matomo | Created: Sep 10, 2015 at 9:49 PM by matomo
Using the Python package called "requests" from IronPython.
If you have continued during this process for some time , increased usage of memory gradually , finally "OutOfMemoryException" will occur...
Id #43199 | Release:
None
| Updated: Aug 4, 2015 at 8:33 AM by sdc2g_sts | Created: Aug 4, 2015 at 8:33 AM by sdc2g_sts
I have two assembly. One is called A ,the other is called B
A
public interface ITest
end interface
B
public class Test
implement A.ITest
end class
I want to use "from B import Test"...
Id #43166 | Release:
None
| Updated: Jul 2, 2015 at 11:41 AM by msv8 | Created: Jul 2, 2015 at 11:39 AM by msv8
Wondering was issue #963 Memory Leak ever resolved because I am experiencing a similar problem.
I am attaching a new trace delegate to multiple engines as part of a batch execution system. Each ex...
Id #43156 | Release:
None
| Updated: Jun 19, 2015 at 8:44 AM by pfay | Created: Jun 19, 2015 at 8:44 AM by pfay
In 2.7.4:
C:\Users\Administrator>ipy
IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.17929 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
from datetime import dat...
Id #35900 | Release:
None
| Updated: Mar 19, 2015 at 3:19 PM by akarppinen | Created: Mar 19, 2015 at 2:36 PM by akarppinen
With latest IronPython version 2.7.5 it is not possible to create Pool object.
Iron pyton reports that module _multiprocessing iz missing.
Code example:
C:\Program Files (x86)\IronPython 2.7>ipy6...
Id #35890 | Release:
None
| Updated: Mar 18, 2015 at 9:38 AM by sokrates86 | Created: Mar 18, 2015 at 9:38 AM by sokrates86
I keep getting this script runtime error that says: Index Error: Index was outside the bounds of the array. I have had some success at fixing it, but do not understand why the thing I do works.
Ba...
Id #35885 | Release:
None
| Updated: Mar 16, 2015 at 8:04 PM by varnonga | Created: Mar 16, 2015 at 8:04 PM by varnonga