TemporaryDirectory objects should LOCK_SH to avoid being deleted by systemd-tmpfiles
Open
Nobody has claimed this yet.
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 37650 |
|---|---|
| Nosy | @refi64 |
| 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-07-22.12:10:54.060>
labels = ['type-feature', 'library']
title = 'TemporaryDirectory objects should LOCK_SH to avoid being deleted by systemd-tmpfiles'
updated_at = <Date 2019-07-22.12:28:47.155>
user = 'https://github.com/refi64'
bugs.python.org fields:
activity = <Date 2019-07-22.12:28:47.155>
actor = 'python-dev'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-07-22.12:10:54.060>
creator = 'refi64'
dependencies = []
files = []
hgrepos = []
issue_num = 37650
keywords = ['patch']
message_count = 1.0
messages = ['348295']
nosy_count = 1.0
nosy_names = ['refi64']
pr_nums = ['14908']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37650'
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 by reviewing the linked pull request python/cpython#14908 and the Library (Lib) component context. Check how TemporaryDirectory currently handles its directory and how systemd-tmpfiles interacts with it. Done means the proposed shared lock behavior is implemented and covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100