mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Adds `__hash__` method to `@dataclasses.dataclass`

Open sobolevn opened this issue 3 years ago • 4 comments

Closes #11463 Closes https://github.com/python/mypy/issues/11495

Recreate of https://github.com/python/mypy/pull/11496

sobolevn avatar Jul 19 '22 12:07 sobolevn

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 19 '22 12:07 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 19 '22 13:07 github-actions[bot]

Any chance we could get this merged? :) Happy to help if I somehow can

karlicoss avatar Aug 14 '24 19:08 karlicoss

@karlicoss you can create this PR and rebase it! :)

sobolevn avatar Aug 14 '24 22:08 sobolevn