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.
The text was updated successfully, but these errors were encountered:
As was noted in #1074, since it is possible to
Py_DecRef
alive objects created beforePy_Finalize
afterPy_Initialize
is called again, we should properlyDispose
PyObject
instances, that were found by .NET garbage collector betweenPy_Finalize
and the followingPy_Initialize
.The text was updated successfully, but these errors were encountered: