Fix blurb for bpo-43176. (GH-25215) (GH-25217)

(cherry picked from commit 1744c96ebc)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2021-04-06 08:07:07 -07:00 committed by GitHub
parent 611aa39142
commit 2df971afd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1 @@
Fixed processing of empty dataclasses. Fixed processing of a dataclass that inherits from a frozen dataclass with no fields. It is now correctly detected as an error.