dev/5.4.10199
`StructureType`, `EnumerationType`, and `NamedTypeReferenceType` called `super(Class, self)` in `__del__`. The interpreter nulls that module-global class name during teardown, so finalizers running at shutdown raised a `TypeError`. Switch to zero-arg `super()` here and across the rest of the Python API.