- Notifications
You must be signed in to change notification settings - Fork749
Closed
Description
As was noted in#1074, since it is possible toPy_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
.
Metadata
Metadata
Assignees
Labels
No labels