v1.5.3
Classcore v1.5.3 (2025-07-01)
Repairs
- Standard: Do not create duplicate slots for behaviors tracking.
- Standard: Ensure that behaviors tracking attribute is not part of comparisons,
hashes, orrepr
calculations for dataclasses. Attributes with "private"
names which resemble the CPython scheme for class-local (non-inheritable)
attributes can create confusion for the internal machinery ofdataclasses
.