Message 387079 - Python tracker
> Any C extension class that implements a new_whatever() method that leaves the class tracked and not ready. I'm not aware of such C extension but they likely exists. If we have such extensions in the stdlib, we can try to fix them. We cannot fix such GC bugs in third party code, and I don't think that we can hack the GC to work around this issue neither.