diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-04-06 15:07:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 15:07:07 (GMT) |
commit | 2df971afd5f29574be3bb44f2d8569cc240b800d (patch) | |
tree | a62c53692d04eacef17587251a64c429bc920928 /Misc/NEWS.d | |
parent | 611aa39142f156508945ac312724474c493a6691 (diff) | |
download | cpython-2df971afd5f29574be3bb44f2d8569cc240b800d.zip cpython-2df971afd5f29574be3bb44f2d8569cc240b800d.tar.gz cpython-2df971afd5f29574be3bb44f2d8569cc240b800d.tar.bz2 |
Fix blurb for bpo-43176. (GH-25215) (GH-25217)
(cherry picked from commit 1744c96ebc98b240f2564f75191097704b37244f)
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 66a175d..016514d 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. |