cpython/Misc/NEWS.d/next/Library/2018-02-26-20-04-40.bpo-329...

4 lines
181 B
ReStructuredText

For dataclasses, disallow inheriting frozen from non-frozen classes, and
also disallow inheriting non-frozen from frozen classes. This restriction
will be relaxed at a future date.