]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Jun 2022 01:17:56 +0000 (18:17 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 01:17:56 +0000 (18:17 -0700)
commit121ab58e03924161df6fd0002ef7bfd45404cb2e
treebb10d99cf6f42afb5df885120a0b1dc772bd3990
parentf26d1b5b5354348c37b7835aa1344d5d0f6f6750
GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases (GH-93535)

(cherry picked from commit 5849af7a80166e9e82040e082f22772bd7cf3061)

Co-authored-by: Bluenix <bluenixdev@gmail.com>
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]