]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)
authorBatuhan Taskaya <batuhanosmantaskaya@gmail.com>
Wed, 21 Oct 2020 13:49:22 +0000 (16:49 +0300)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 13:49:22 +0000 (09:49 -0400)
commitc7437e2c0216e05fbf17bf96294cb20954e36e48
tree6ac5b43803a48f26fae2b3992a9aa0fff958a3fc
parent9a1ad2cf02e52eccc3204e43752c8742d4c77f6b
bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)

* bpo-41747: Ensure all dataclass methods uses their parents' qualname

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2020-09-08-23-41-29.bpo-41747.M6wLKv.rst [new file with mode: 0644]