Avoid PythonNet runtime stash on shutdown (#6441)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled

* Can't relesase the GIL after shutdown

* Bump version to pythonnet 2.0.16
This commit is contained in:
Martin-Molinero
2022-06-27 13:04:01 -03:00
committed by GitHub
parent e9409bf207
commit 18eec48a3d
13 changed files with 14 additions and 16 deletions
@@ -36,7 +36,7 @@
<Compile Include="..\Common\Properties\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.15" />
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.16" />
</ItemGroup>
<ItemGroup>
<Content Include="AccumulativeInsightPortfolioRegressionAlgorithm.py" />