cmd should have a hook in the finally block of cmdloop
Open
Nobody has claimed this yet.
3.8 (EOL)
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 39213 |
|---|---|
| Nosy | @josephcsible |
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 2020-01-04.19:17:36.213>
labels = ['3.8', 'type-feature', 'library']
title = 'cmd should have a hook in the finally block of cmdloop'
updated_at = <Date 2020-01-04.19:17:36.213>
user = 'https://github.com/josephcsible'
bugs.python.org fields:
activity = <Date 2020-01-04.19:17:36.213>
actor = 'Joseph Sible'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-01-04.19:17:36.213>
creator = 'Joseph Sible'
dependencies = []
files = []
hgrepos = []
issue_num = 39213
keywords = []
message_count = 1.0
messages = ['359305']
nosy_count = 1.0
nosy_names = ['Joseph Sible']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39213'
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
Begin with the cmdloop entry point referenced in the title and inspect the surrounding command-loop cleanup behavior. Clarify the hook's API and invocation semantics, then add focused coverage showing it runs from the finally path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100