pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: https://github.com/python/cpython/issues/109409

ttps://github.githubassets.com/assets/repository-6ec84ae2261fecf8.css" /> frozen dataclass inheritance is not strictly checked in multiple inheritance · Issue #109409 · python/cpython · GitHub
Skip to content

frozen dataclass inheritance is not strictly checked in multiple inheritance #109409

@Batman-q96

Description

@Batman-q96

Bug report

Bug description:

import dataclasses

@dataclasses.dataclass
class NotFrozen:
    pass

@dataclasses.dataclass(frozen=True)
class Frozen:
    pass

@dataclasses.dataclass(frozen=True)
class Child(NotFrozen, Frozen):
    pass

The dataclass inheritance hierarchy is supposed to require all classes to be either frozen or non frozen, this works properly for checking that an unfrozen class does not inherit from any frozen classes, but it allows frozen classes to inherit from unfrozen ones as long as there's at least one frozen class in the MI

CPython versions tested on:

3.10

Operating systems tested on:

Windows

Linked PRs

Metadata

Metadata

Assignees

Labels

type-featureA feature request or enhancement

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    pFad - Phonifier reborn

    Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





    Check this box to remove all script contents from the fetched content.



    Check this box to remove all images from the fetched content.


    Check this box to remove all CSS styles from the fetched content.


    Check this box to keep images inefficiently compressed and original size.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy