Markus, hopefully this reaches you.
In regards to https://ironpython.codeplex.com/workitem/31764, I was
wondering how you got the heap dump like you posted. I'm looking into this
issue because I'm having some memory leak type issues as well and would
like to try and fix this.
Thanks,
slide
--
Smells like a bug, because this should work. Can you open an issue (
https://ironpython.codeplex.com/WorkItem/Create) with a minimal test case
that reproduces it?
- Jeff
On Fri, Jul 11, 2014 at 11:58 AM, Andrew Stephens <
andrew.steph...@nu-ins.com> wrote:
> In C# I’m loading and compiling a s
Hi,
Von: Andrew Stephens
> In C# I’m loading and compiling a script like this:-
>
> _engine = Python.CreateEngine();
> _scope = _engine.CreateScope();
>
> _scriptSource = _engine.CreateScriptSourceFromFile(filename,
> Encoding.UTF7, SourceCodeKind.Statements);
>
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] IronPython throw InsufficientMemoryException when using numpy in
threads
2. [New issue] support for running content of zip file
--