← 返回首页
PEP 817: Final set of pre-split updates by mgorny · Pull Request #4867 · python/peps · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension .rst  (1) All 1 file type selected Viewed files
Conversations
Failed to load comments. Retry
Loading
Jump to
Jump to file
Failed to load files. Retry
Loading
Diff view
Unified
Split
Hide whitespace
Apply and reload
Show whitespace
Diff view
Unified
Split
Hide whitespace
Apply and reload
Prev Previous commit
Next Next commit
Add alt-text for the diagram
Signed-off-by: Michał Górny <mgorny@quansight.com>
  • Loading branch information
mgorny committed May 22, 2026
commit 47fc562bdb2e793e8edbac47d97f3c9b38a9d04b
24 changes: 23 additions & 1 deletion peps/pep-0817.rst
Show comments View file Edit file Delete file Open in desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,29 @@ Installing a package from an index

.. figure:: pep-0817/conceptual_diagram_installers.svg
:target: _images/conceptual_diagram_installers.svg
:alt: TODO.
:alt: A diagram showing installing a package including variant wheel
building. It is split into three columns: Developer, Installer
and Install-time providers. The diagram starts with Develop
initiating package install. The subsequent steps involve
installer, in order: resolver selects package version;
determine if release has variant wheels. If there are no
variant wheels, jump to installing package and report success.
If the version has variant wheels, check user's variant
preferences. In parallel, download JSON from index, then
extract variant provider configuration. If it uses AoT
providers only, converge to determine optimal variant
immediately. If it requires install-time providers, the
further path depends on whether non-vendored providers are
included. If they are not, query install-time providers
immediately and converge to determine optimal variant. If
non-vendored providers are included, they are installed if not
present in env and then queried. Querying providers involves
an exchange of data with different providers (in the diagram,
"provider 1" and "provider 2" are given as examples), each
filtering and ordering supported configurations for the
current environment. All the variant paths converge on
determining optimal variant, which is following by installing
package and reporting success.

A conceptual diagram of installing a wheel.

Expand Down
Loading
Toggle all file notes Toggle all file annotations

Footer

© 2026 GitHub, Inc.