Skip to content

v1.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 05:38
· 54 commits to master since this release
v1.5.3
b0d20b5

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, or repr 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 of dataclasses.