The failures are due to Finalize call from Python on process shutdown, which previously was not there
Calling Finalize is correct, but exposes preexisting bugs that now cause CI to fail
can we ignore the CI failures and fix them as a separate issue?
Benedikt will move code fixing reference counting (and other changes unrelated to Finalize) and enabling Finalize to a new branch and land CLR loader
we'll treat the surfaced Finalize issues separately
Felix will need to rebase his PR
CI will continue to non-deterministically fail in the interim