Skip to content

dev/5.4.10193

@bdash bdash tagged this 22 Jul 20:49
`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.
Assets 2
Loading