[Python.NET] Memory management when embedding python.

2019-09-08 Thread Thomas Lundgaard Hansen
y unmanged resources held by PyObject's are unmanaged memory? (Unless, of course, the PyObject represents a system resource like a file or network stream). Has it been considered to use GC.AddMemoryPressure when PyObjects are backed by a large amount of unmanaged memory? Thanks, Thomas L

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