Closed Martin-Molinero closed 5 years ago
Please see if you can pin the threads used to 1 core to confirm low processor environments
Please see if you can pin the threads used to 1 core to confirm low processor environments
The deadlock was reproductible with the python Net unit tests https://github.com/pythonnet/pythonnet/pull/852#discussion_r279535174 in windows, caused by the using (Py.GIL())
statement
Cherry-picking last commit from PR https://github.com/pythonnet/pythonnet/pull/852 .
Tested executing https://github.com/QuantConnect/Lean Python unit and regression tests and PythonNet unit tests [multiple times].