Closed Martin-Molinero closed 6 years ago
TimeSpan
Decimal
DateTime
private static IntPtr TzInfo(DateTimeKind kind)
Runtime.XDecref
There is still some memory leak happening.
Required for https://github.com/QuantConnect/Lean/issues/2288
Tested with pythonnet unit tests, Lean python regression tests and manually with python algorithm.
pythonnet
Lean
Check all those that are applicable and complete.
AUTHORS
CHANGELOG
Thanks @Martin-Molinero
What does this implement/fix? Explain your changes.
TimeSpan
,Decimal
,DateTime
andprivate static IntPtr TzInfo(DateTimeKind kind)
added a few ofRuntime.XDecref
to free memoryThere is still some memory leak happening.
Does this close any currently open issues?
Required for https://github.com/QuantConnect/Lean/issues/2288
Any other comments?
Tested with
pythonnet
unit tests,Lean
python regression tests and manually with python algorithm.Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG