You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add unsafe_hash alias for class-wide hash
Fixes#1003
* Add news fragment
* Add type hints / type examples
* Complete attr.s's api string in api.rst
* Address feedback
* Clarify
* Shuffle around
I've been asked to add
unsafe_hash
as an alias forhash
at class level for PEP 618 (data class transforms).I'm not enthusiastic about the lack of symmetry between class-level and field-level hash but this is not the hill I'm dying on.
The text was updated successfully, but these errors were encountered: