commit | 22136c94b6e43c8c584a54f3a513b83b753b96ee | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Mar 21 02:17:30 2018 -0700 |
committer | Eric V. Smith <ericvsmith@users.noreply.github.com> | Wed Mar 21 05:17:30 2018 -0400 |
tree | 2754c92caa4c992a5fe0a705cb21a7f2c1065775 | |
parent | 56f530ef8ae8f42bd9c2c8e9d22a13dc03fdff1d [diff] |
bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170) (GH-6171) Fix the way that new annotations in a class are detected. (cherry picked from commit 8f6eccdc64cab735c47620fea948e64b19f83684) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>