[Ironpython-users] IronPython, Daily Digest 11/14/2011

2011-11-15 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] sys.version is incomplete in user created engine, creating problems in platform.py -- ISSUES 1. [New issue] sys.version is incom

[Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-15 Thread Markus Schaber
Hi, We currently have a massive memory leak using IronPython hosted in our application (about 10-15 MB per script run). Googling brought up that using the LightweightScopes option should solve that problem. However, I was not able to find any documentation about the implications of lightweight

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-15 Thread Dino Viehland
Marcus wrote: > Hi, > > We currently have a massive memory leak using IronPython hosted in our > application (about 10-15 MB per script run). > > Googling brought up that using the LightweightScopes option should solve > that problem. However, I was not able to find any documentation about the >