Make fields selectively immutable in dataclasses
Open
@ericvsmith is already working on this.
Since Dec 18, 2018.
3.8 (EOL)
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 35527 |
|---|---|
| Nosy | @rhettinger, @ericvsmith, @1st1, @remilapeyre |
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 2018-12-18.21:13:53.326>
labels = ['3.8', 'type-feature', 'library']
title = 'Make fields selectively immutable in dataclasses'
updated_at = <Date 2019-01-02.00:12:54.319>
user = 'https://github.com/rhettinger'
bugs.python.org fields:
activity = <Date 2019-01-02.00:12:54.319>
actor = 'remi.lapeyre'
assignee = 'eric.smith'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-12-18.21:13:53.326>
creator = 'rhettinger'
dependencies = []
files = []
hgrepos = []
issue_num = 35527
keywords = []
message_count = 3.0
messages = ['332080', '332086', '332847']
nosy_count = 4.0
nosy_names = ['rhettinger', 'eric.smith', 'yselivanov', 'remi.lapeyre']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue35527'
versions = ['Python 3.8']
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.