Dataclasses don't call base class __init__
Open
@ericvsmith is already working on this.
Since Apr 14, 2021.
3.10
3.8 (EOL)
3.9 (EOL)
stdlib
topic-dataclasses
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 43835 |
|---|---|
| Nosy | @ericvsmith |
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:
assignee = 'https://github.com/ericvsmith'
closed_at = None
created_at = <Date 2021-04-13.22:21:40.619>
labels = ['3.8', 'library', '3.9', '3.10']
title = "Dataclasses don't call base class __init__"
updated_at = <Date 2021-04-16.20:35:14.191>
user = 'https://bugs.python.org/PaulPinterits'
bugs.python.org fields:
activity = <Date 2021-04-16.20:35:14.191>
actor = 'terry.reedy'
assignee = 'eric.smith'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-04-13.22:21:40.619>
creator = 'Paul Pinterits'
dependencies = []
files = []
hgrepos = []
issue_num = 43835
keywords = []
message_count = 9.0
messages = ['391006', '391014', '391022', '391023', '391040', '391046', '391047', '391048', '391049']
nosy_count = 2.0
nosy_names = ['eric.smith', 'Paul Pinterits']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue43835'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.