Fix python memory leak (#6579)
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled

* Fix python memory leak

- Fix python memory leak. Adding unit test

* Update pythonnet to 2.0.17
This commit is contained in:
Martin-Molinero
2022-08-24 18:24:07 -03:00
committed by GitHub
parent 475f295ce0
commit 19f3d8b305
13 changed files with 123 additions and 14 deletions
@@ -36,7 +36,7 @@
<Compile Include="..\Common\Properties\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.16" />
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.17" />
</ItemGroup>
<ItemGroup>
<Content Include="AccumulativeInsightPortfolioRegressionAlgorithm.py" />