Add API to io objects for cache-only reads/writes
Open
Nobody has claimed this yet.
3.8 (EOL)
topic-IO
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 32561 |
|---|---|
| Nosy | @pitrou, @vstinner, @giampaolo, @benjaminp, @njsmith, @jab, @vadmium, @YoSTEALTH, @xgid |
| Dependencies | |
| 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 2018-01-16.02:07:22.201>
labels = ['3.8', 'expert-IO']
title = 'Add API to io objects for cache-only reads/writes'
updated_at = <Date 2020-07-05.01:28:46.185>
user = 'https://github.com/njsmith'
bugs.python.org fields:
activity = <Date 2020-07-05.01:28:46.185>
actor = 'jab'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['IO']
creation = <Date 2018-01-16.02:07:22.201>
creator = 'njs'
dependencies = ['32475']
files = ['48656']
hgrepos = []
issue_num = 32561
keywords = []
message_count = 19.0
messages = ['310032', '310036', '310041', '310042', '310048', '310050', '310067', '310069', '310088', '319206', '319214', '319215', '354343', '354347', '354349', '354362', '354412', '354445', '354446']
nosy_count = 10.0
nosy_names = ['pitrou', 'vstinner', 'giampaolo.rodola', 'benjamin.peterson', 'stutzbach', 'njs', 'jab', 'martin.panter', 'YoSTEALTH', 'xgdomingo']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue32561'
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 by reviewing the referenced poc_aio.py and the dependency on bpo-32475 about buffered I/O state. Read the issue discussion to determine the intended cache-only read/write API and its scope for Python 3.8 IO objects; done means an agreed API is implemented and covered by the relevant IO tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100