Skip to content

PyObject instances surviving Runtime shutdown should be finalized when Runtime restarts #1112

@lostmsu

Description

@lostmsu

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 Dispose PyObject instances, that were found by .NET garbage collector between Py_Finalize and the following Py_Initialize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions