]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 6 Apr 2021 14:18:57 +0000 (07:18 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Apr 2021 14:18:57 +0000 (07:18 -0700)
(cherry picked from commit 1744c96ebc98b240f2564f75191097704b37244f)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Automerge-Triggered-By: GH:ericvsmith
Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst

index 66a175d21255c25a130a5d41e6278e34fcea5c04..016514d9c3346cf32e97ecceb9e700a32a942bf6 100644 (file)
@@ -1 +1 @@
-Fixed processing of empty dataclasses.
\ No newline at end of file
+Fixed processing of a dataclass that inherits from a frozen dataclass with no fields.  It is now correctly detected as an error.