BPO | [43905](https://bugs.python.org/issue43905) --- | :--- Nosy | @ericvsmith, @serhiy-storchaka, @miss-islington, @akulakov PRs | python/cpython#26154python/cpython#29851python/cpython#29852 *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 = created_at = labels = ['3.11', 'type-bug', '3.9', '3.10', 'docs'] title = 'dataclasses.astuple (and .asdict) do deepcopy on all fields' updated_at = user = 'https://bugs.python.org/mandolaerik' ``` bugs.python.org fields: ```python activity = actor = 'andrei.avk' assignee = 'eric.smith' closed = True closed_date = closer = 'eric.smith' components = ['Documentation'] creation = creator = 'mandolaerik' dependencies = [] files = [] hgrepos = [] issue_num = 43905 keywords = ['patch'] message_count = 14.0 messages = ['391516', '391518', '391519', '391520', '394015', '394019', '396284', '407241', '407243', '407306', '407310', '407311', '407314', '407316'] nosy_count = 5.0 nosy_names = ['eric.smith', 'serhiy.storchaka', 'miss-islington', 'andrei.avk', 'mandolaerik'] pr_nums = ['26154', '29851', '29852'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue43905' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` ### Linked PRs * gh-101806