Namespace disassembly omits some compiled objects
Open
Nobody has claimed this yet.
3.7 (EOL)
stdlib
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 31197 |
|---|---|
| Nosy | @ncoghlan |
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 2017-08-14.06:39:45.401>
labels = ['3.7']
title = 'Namespace disassembly omits some compiled objects'
updated_at = <Date 2017-08-18.02:26:15.646>
user = 'https://github.com/ncoghlan'
bugs.python.org fields:
activity = <Date 2017-08-18.02:26:15.646>
actor = 'ncoghlan'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2017-08-14.06:39:45.401>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 31197
keywords = []
message_count = 4.0
messages = ['300234', '300235', '300291', '300469']
nosy_count = 1.0
nosy_names = ['ncoghlan']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue31197'
versions = ['Python 3.7']
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
The issue names no file, test, or entry point. Begin by locating the namespace disassembly implementation and reproducing the omission with compiled objects; the work is done when namespace disassembly includes all relevant compiled objects and a regression test covers the case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100