[Ironpython-users] WI 31764 - Memory Leak

2014-07-14 Thread Slide
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 --

Re: [Ironpython-users] Recreate and compile a script in an existing engine instance?

2014-07-14 Thread Jeff Hardy
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

Re: [Ironpython-users] Recreate and compile a script in an existing engine instance?

2014-07-14 Thread Markus Schaber
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); >

[Ironpython-users] IronPython, Daily Digest 7/13/2014

2014-07-14 Thread CodePlex
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 --