Multiple levels of Inheritance causes AccessViolationException due to Finalize being called multiple times · Issue #2627 · pythonnet/pythonnet · GitHub
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
Pythonnet version: v3.0.5 built from source
Reproduced on Windows 11. Not reproduced on MacOS.
The issue occurs during Shutdown, when all the live objects gets disposed.
I managed to reproduce it using a new unit test when I was trying to fix #2574.