[Python-checkins] Fix blurb for bpo-43176. (GH-25215)

ericvsmith webhook-mailer at python.org
Tue Apr 6 10:08:48 EDT 2021


https://github.com/python/cpython/commit/1744c96ebc98b240f2564f75191097704b37244f
commit: 1744c96ebc98b240f2564f75191097704b37244f
branch: master
author: Eric V. Smith <ericvsmith at users.noreply.github.com>
committer: ericvsmith <ericvsmith at users.noreply.github.com>
date: 2021-04-06T10:08:18-04:00
summary:

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

files:
M Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst

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 66a175d21255c..016514d9c3346 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.



More information about the Python-checkins mailing list