Fix macOS fat32 platform tag typo? -> fat3.#1199
Merged
Merged
Conversation
This was introduced in pypa#156 and appears to originate in CPython via distutils via python/cpython@bea37aee6b2d. Afaict this was likely a Windows-user Freudian file-system slip but never was an issue since the PR was in 2019 which was well past the ~2009 3-way fat binary era. C.F.: + Assume packaging was right and this was a spec bug 1st: pypa/packaging.python.org#2062 (review) + Original CPython Issue introducing fat3: https://bugs.python.org/issue6245
Contributor
Author
|
For context: I was re-implementing tag enumeration for Pex in Rust and had noticed this discrepancy between |
brettcannon
approved these changes
May 28, 2026
Member
|
Thanks! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was introduced in #156 and appears to originate in CPython via
distutils via python/cpython@bea37aee6b2d.
Afaict this was likely a Windows-user Freudian file-system slip but
never was an issue since the PR was in 2019 which was well past the
~2009 3-way fat binary era and wheels only came along in 2013, also
well past the era; so there were never any wheels with fat3 (or
fat32!) tags.
C.F.:
Fix platform-compatibility-tags.rst macOS arch table typo. packaging.python.org#2062 (review)
https://bugs.python.org/issue6245