Closed mscarey closed 5 years ago
Factor subclass instances need to be created with a call to e.g. Fact(), not Fact.new(), regardless of the inconvenience of __post_init for frozen classes. Unless it irrevocably breaks hash__.
done in 728bc2adc6b3ababeb543df8cc2ff144a2e0a23a
Factor subclass instances need to be created with a call to e.g. Fact(), not Fact.new(), regardless of the inconvenience of __post_init for frozen classes. Unless it irrevocably breaks hash__.