]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37868: Improve is_dataclass for instances. (GH-15325)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Aug 2019 06:01:55 +0000 (23:01 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Aug 2019 06:01:55 +0000 (23:01 -0700)
commit02c1457a036c2af3e91beb952afdb66d9c806435
treee16c3459dab7da3aa6cd5ed4ed63880670bf19a7
parent0fcdd8d6d67f57733203fc79e6a07a89b924a390
bpo-37868: Improve is_dataclass for instances. (GH-15325)

(cherry picked from commit b0f4dab8735f692bcfedcf0fa9a25e238a554bab)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2019-08-17-22-33-54.bpo-37868.hp64fi.rst [new file with mode: 0644]