SharedMemoryManager should relase its resources when its parent process dies
Open
Nobody has claimed this yet.
stdlib
topic-multiprocessing
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 36977 |
|---|---|
| Nosy | @pitrou, @applio, @pierreglaser |
| PRs |
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 2019-05-20.20:00:33.967>
labels = ['library']
title = 'SharedMemoryManager should relase its resources when its parent process dies'
updated_at = <Date 2019-05-20.20:21:56.871>
user = 'https://github.com/pierreglaser'
bugs.python.org fields:
activity = <Date 2019-05-20.20:21:56.871>
actor = 'pierreglaser'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-05-20.20:00:33.967>
creator = 'pierreglaser'
dependencies = []
files = []
hgrepos = []
issue_num = 36977
keywords = ['patch']
message_count = 1.0
messages = ['342948']
nosy_count = 3.0
nosy_names = ['pitrou', 'davin', 'pierreglaser']
pr_nums = ['13451']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue36977'
versions = []
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 at the SharedMemoryManager implementation and review PR #13451, which is associated with this issue. Verify that resources are released when the parent process dies, and check whether the existing change includes focused coverage for that lifecycle.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100