Update PY_SUPPORT_TIER according to PEP 11
Open
Nobody has claimed this yet.
build
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 35.9k
- PR merge metrics
- PR metrics pending
Description
According to PEP 11 the following target triples need an update:
| Target Triple | PY_SUPPORT_TIER outdated | PY_SUPPORT_TIER |
|---|---|---|
| aarch64-*-linux-gnu/gcc | 2 | 1 |
| aarch64-pc-windows-msvc/msvc | 3 | 2 |
| x86_64-apple-darwin*/clang | 1 | 2 |
| powerpc64le-*-linux-gnu/gcc | 2 | 3 |
@zooba, @hugovk, @diegorusso
Linked PRs
- gh-156576
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
Search the CPython tree for PY_SUPPORT_TIER and compare the values for the four target triples with the PEP 11 table in the issue. Confirm that each tier matches the requested values and check linked PR gh-156576 for the work already in progress; done means all four entries agree with PEP 11.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100