Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Check and report PEP 11 support tier in configure #93491

Closed
Assignees
brettcannon
Labels
3.11only security fixes3.12only security fixesbuildThe build process and cross-buildtype-featureA feature request or enhancement
@tiran

Description

@tiran

Feature or enhancement

PEP 11 now defines support tiers based on CPU arch, platform, libc, and compiler. I propose to check the support level in configure and report it to the user. It is trivial to check the platform with a case block. The compiler name can be detect by builtin macro names like__clang__.

A message at build time makes support tier more obvious to the user. It might even nudge some vendors to contribute fixes and build bots.

Example:

checking for PEP 11 support tier... x86_64-pc-linux-gnu/gcc has tier 1 (supported)
checking for PEP 11 support tier... wasm32-unknown-emscripten/clang is not supported...configure: creating Modules/Setup.localconfigure: creating Makefileconfigure:If you want a release build with all stable optimizations active (PGO, etc),please run ./configure --enable-optimizationsconfigure:Platform "wasm32-unknown-emscripten" with compiler "clang" is not supported byCPython core team, see https://peps.python.org/pep-0011/ for more information.

Metadata

Metadata

Assignees

Labels

3.11only security fixes3.12only security fixesbuildThe build process and cross-buildtype-featureA feature request or enhancement

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp