]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAl...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Dec 2021 20:42:50 +0000 (22:42 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 20:42:50 +0000 (22:42 +0200)
commit446be166861b2f08f87f74018113dd98ca5fca02
tree72eed67ccf609faefac71afa67589866a3818843
parent1fd4de5bddbbf2a97cdbac4d298c89e1156bdc6c
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2021-10-28-23-11-59.bpo-45663.J90N5R.rst [new file with mode: 0644]