Implement thread-related commands in pdb
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 | 41571 |
|---|---|
| Nosy | @bharel, @corona10, @pablogsal, @iritkatriel, @Cebtenzzre |
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-08-17.23:48:01.888>
labels = ['library', '3.10']
title = 'Implement thread-related commands in pdb'
updated_at = <Date 2022-03-28.23:09:47.329>
user = 'https://github.com/pablogsal'
bugs.python.org fields:
activity = <Date 2022-03-28.23:09:47.329>
actor = 'cebtenzzre'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-08-17.23:48:01.888>
creator = 'pablogsal'
dependencies = []
files = []
hgrepos = []
issue_num = 41571
keywords = []
message_count = 5.0
messages = ['375579', '375585', '375587', '375589', '376633']
nosy_count = 5.0
nosy_names = ['bar.harel', 'corona10', 'pablogsal', 'iritkatriel', 'cebtenzzre']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue41571'
versions = ['Python 3.10']
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
No files, tests, or entry points are named. Start by reading the original BPO issue 41571 and the existing pdb command implementation to determine which thread-related commands are intended; done means those commands are implemented and their behavior is covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100