BPO | [46970](https://bugs.python.org/issue46970) --- | :--- Nosy | @ericvsmith, @crusaderky *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = 'https://github.com/ericvsmith' closed_at = None created_at = labels = ['type-bug', 'library', '3.10'] title = 'dataclass(slots=True) incompatible with __init_subclass__' updated_at = user = 'https://github.com/crusaderky' ``` bugs.python.org fields: ```python activity = actor = 'eric.smith' assignee = 'eric.smith' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'crusaderky' dependencies = [] files = [] hgrepos = [] issue_num = 46970 keywords = [] message_count = 2.0 messages = ['414822', '414823'] nosy_count = 2.0 nosy_names = ['eric.smith', 'crusaderky'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue46970' versions = ['Python 3.10'] ``` ### Linked PRs * gh-123342 * gh-123568 * gh-123569