PEP 547: Running extension modules using -m switch
Open
Nobody has claimed this yet.
3.7 (EOL)
extension-modules
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 30403 |
|---|---|
| Nosy | @terryjreedy, @ncoghlan, @scoder, @encukou, @Dormouse759 |
| 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 2017-05-19.11:20:42.942>
labels = ['extension-modules', 'type-feature', '3.7']
title = 'PEP 547: Running extension modules using -m switch'
updated_at = <Date 2017-09-09.06:41:06.285>
user = 'https://github.com/Dormouse759'
bugs.python.org fields:
activity = <Date 2017-09-09.06:41:06.285>
actor = 'scoder'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2017-05-19.11:20:42.942>
creator = 'Dormouse759'
dependencies = []
files = []
hgrepos = []
issue_num = 30403
keywords = []
message_count = 21.0
messages = ['293954', '293979', '293983', '294016', '294019', '294032', '294439', '294448', '294454', '294752', '294826', '298857', '301133', '301457', '301461', '301467', '301585', '301587', '301591', '301696', '301762']
nosy_count = 5.0
nosy_names = ['terry.reedy', 'ncoghlan', 'scoder', 'petr.viktorin', 'Dormouse759']
pr_nums = ['1761']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue30403'
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
Start by reviewing PEP 547 and PR #1761, the implementation references named in the issue, along with the Extension Modules component. Completion would mean supporting execution of extension modules through the -m switch for Python 3.7, but the issue does not name files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100