make install: make compileall optional
Open
Nobody has claimed this yet.
3.9 (EOL)
topic-installation
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 37175 |
|---|---|
| Nosy | @blueyed, @ned-deily |
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 2019-06-06.13:03:12.868>
labels = ['type-feature', 'expert-installation', '3.9']
title = 'make install: make compileall optional'
updated_at = <Date 2019-06-07.17:38:50.905>
user = 'https://github.com/blueyed'
bugs.python.org fields:
activity = <Date 2019-06-07.17:38:50.905>
actor = 'ned.deily'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2019-06-06.13:03:12.868>
creator = 'blueyed'
dependencies = []
files = []
hgrepos = []
issue_num = 37175
keywords = []
message_count = 2.0
messages = ['344812', '344976']
nosy_count = 2.0
nosy_names = ['blueyed', 'ned.deily']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37175'
versions = ['Python 3.9']
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 locating the make install target and the compileall invocation in the CPython source. Determine how installation should behave when compilation is skipped, then run the relevant installation or build tests to verify both optional paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100