EXTRA_CFLAGS get overrided by CFLAGS_NODIST
Open
Nobody has claimed this yet.
3.7 (EOL)
3.8 (EOL)
3.9 (EOL)
build
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 37631 |
|---|---|
| Nosy | @vstinner, @stratakis, @hroncok, @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 2019-07-19.11:49:12.515>
labels = ['3.8', 'type-bug', '3.7', '3.9', 'build']
title = 'EXTRA_CFLAGS get overrided by CFLAGS_NODIST'
updated_at = <Date 2019-10-03.16:57:32.899>
user = 'https://github.com/Dormouse759'
bugs.python.org fields:
activity = <Date 2019-10-03.16:57:32.899>
actor = 'brett.cannon'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Build']
creation = <Date 2019-07-19.11:49:12.515>
creator = 'Dormouse759'
dependencies = []
files = []
hgrepos = []
issue_num = 37631
keywords = ['patch']
message_count = 8.0
messages = ['348168', '348183', '348296', '348734', '348737', '348739', '353781', '353785']
nosy_count = 4.0
nosy_names = ['vstinner', 'cstratak', 'hroncok', 'Dormouse759']
pr_nums = ['15020']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37631'
versions = ['Python 3.7', 'Python 3.8', '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
No source files or tests are named in the issue. Start by reviewing the referenced PR #15020 and the CPython build configuration handling for EXTRA_CFLAGS and CFLAGS_NODIST; done means EXTRA_CFLAGS is no longer overridden by CFLAGS_NODIST across the affected Python versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100