You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As was noted in #1074, since it is possible to Py_DecRef alive objects created before Py_Finalize after Py_Initialize is called again, we should properly DisposePyObject instances, that were found by .NET garbage collector between Py_Finalize and the following Py_Initialize.