From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 6 Apr 2021 14:18:57 +0000 (-0700) Subject: [3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218) X-Git-Tag: v3.8.10~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76c4a9fb8ae370901b387a4edb609295bcc159e7;p=thirdparty%2FPython%2Fcpython.git [3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218) (cherry picked from commit 1744c96ebc98b240f2564f75191097704b37244f) Co-authored-by: Eric V. Smith Automerge-Triggered-By: GH:ericvsmith --- diff --git a/Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst b/Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst index 66a175d21255..016514d9c334 100644 --- a/Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst +++ b/Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst @@ -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.