Shared Memory for array of object
Open
Nobody has claimed this yet.
3.8 (EOL)
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 43191 |
|---|---|
| Nosy | @ericvsmith |
| Files |
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 = None
closed_at = None
created_at = <Date 2021-02-10.10:13:44.739>
labels = ['type-bug', '3.8']
title = 'Shared Memory for array of object'
updated_at = <Date 2021-07-07.15:13:35.910>
user = 'https://bugs.python.org/hannahbusshoff'
bugs.python.org fields:
activity = <Date 2021-07-07.15:13:35.910>
actor = 'andrei.avk'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-02-10.10:13:44.739>
creator = 'hannahbusshoff'
dependencies = []
files = ['49801']
hgrepos = []
issue_num = 43191
keywords = []
message_count = 4.0
messages = ['386769', '386780', '386783', '386803']
nosy_count = 2.0
nosy_names = ['eric.smith', 'hannahbusshoff']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43191'
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.
Research direction
Start with the uploaded example.py and use it to reproduce the reported shared-memory behavior. The issue does not specify the desired behavior or target implementation, so determine the expected support for arrays of objects before identifying the relevant standard-library entry points. Done requires an agreed resolution and tests for the demonstrated case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100