field "mro" behaves strangely in dataclass
Open
@ericvsmith is already working on this.
Since Oct 19, 2021.
stdlib
topic-dataclasses
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 45531 |
|---|---|
| Nosy | @ericvsmith, @merwok, @serhiy-storchaka, @finite-state-machine |
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-10-19.23:25:44.087>
labels = ['type-bug', 'library', '3.10']
title = 'field "mro" behaves strangely in dataclass'
updated_at = <Date 2021-10-23.07:20:55.041>
user = 'https://github.com/finite-state-machine'
bugs.python.org fields:
activity = <Date 2021-10-23.07:20:55.041>
actor = 'serhiy.storchaka'
assignee = 'eric.smith'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-10-19.23:25:44.087>
creator = 'finite-state-machine'
dependencies = []
files = []
hgrepos = []
issue_num = 45531
keywords = []
message_count = 9.0
messages = ['404378', '404381', '404414', '404430', '404458', '404819', '404824', '404846', '404857']
nosy_count = 4.0
nosy_names = ['eric.smith', 'eric.araujo', 'serhiy.storchaka', 'finite-state-machine']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue45531'
versions = ['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.