]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix blurb for bpo-43176. (GH-25215)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Tue, 6 Apr 2021 14:08:18 +0000 (10:08 -0400)
committerGitHub <noreply@github.com>
Tue, 6 Apr 2021 14:08:18 +0000 (10:08 -0400)
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.