Closed jcrist closed 10 months ago
Previously we prevented setting gc=False when inheriting from any non-Struct type. In reality this is safe to set when inheriting from any non-c-extension class lacking a __dict__.
gc=False
__dict__
Fixes #631.
Previously we prevented setting
gc=False
when inheriting from any non-Struct type. In reality this is safe to set when inheriting from any non-c-extension class lacking a__dict__
.Fixes #631.