Re: [Python.NET] Memory management when embedding python.

2019-09-11 Thread Thomas Lundgaard Hansen
allocated when constructing python objects. Best regards, Thomas Lundgaard Hansen From: PythonDotNet On Behalf Of Li Amos Sent: Sunday, September 8, 2019 8:12 PM To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] Memory management when embedding python. If you

Re: [Python.NET] Memory management when embedding python.

2019-09-08 Thread Li Amos
iya...@gmail.com> Sent: Sunday, September 8, 2019 23:43 To: A list for users and developers of Python for .NET<mailto:pythondotnet@python.org> Subject: Re: [Python.NET] Memory management when embedding python. There is a lot more going on this topic of GC in GitHub repo, but I'm not

Re: [Python.NET] Memory management when embedding python.

2019-09-08 Thread Denis Akhiyarov
There is a lot more going on this topic of GC in GitHub repo, but I'm not involved with the project anymore. Anyway if anyone is interested in moderating this mailing list, please let me know. Thanks, Denis On Sun, Sep 8, 2019, 10:35 AM Thomas Lundgaard Hansen < thomas.lundga...@3shape.com> wro

[Python.NET] Memory management when embedding python.

2019-09-08 Thread Thomas Lundgaard Hansen
Hi. I am embedding Python into a .NET (C#) application. For the purpose of this discussion my code is like the example given here: https://github.com/pythonnet/pythonnet#example (except that I am working with arrays of a substantial size). Each of the "dynamic" variables created in that example