]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases (GH...
authorBluenix <bluenixdev@gmail.com>
Wed, 8 Jun 2022 00:53:08 +0000 (02:53 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 00:53:08 +0000 (20:53 -0400)
commit5849af7a80166e9e82040e082f22772bd7cf3061
treefa94a6b81bbdf006040f1275942a40cb91918b4c
parentffc58a9710172b2d716a810a9f303828f3ebf108
GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases (GH-93535)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2022-06-06-13-19-43.gh-issue-93521._vE8m9.rst [new file with mode: 0644]