FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-131591: Implement PEP 768 support for FAT mac binaries and 32 bit binaries by pablogsal · Pull Request #132892 · python/cpython · GitHub

/ cpython Public

gh-131591: Implement PEP 768 support for FAT mac binaries and 32 bit binaries - #132892

Merged
pablogsal merged 1 commit into
python:mainfrom
pablogsal:fatmac
Apr 25, 2025
Merged

gh-131591: Implement PEP 768 support for FAT mac binaries and 32 bit binaries#132892
pablogsal merged 1 commit into
python:mainfrom
pablogsal:fatmac

Conversation

pablogsal commented Apr 24, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Copy link
Copy Markdown
Member Author

We don't currently have CI so I tested this locally:

~/github/python/main fatmac*
.venv ❯ file ./python.exe
./python.exe: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64]
./python.exe (for architecture x86_64):	Mach-O 64-bit executable x86_64
./python.exe (for architecture arm64):	Mach-O 64-bit executable arm64

~/github/python/main fatmac*
.venv ❯ sudo -E ./python.exe -m test test_sys
Using random seed: 2517780431
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 9.28 Run 1 test sequentially in a single process
0:00:00 load avg: 9.28 [1/1] test_sys
0:00:01 load avg: 8.70 [1/1] test_sys passed

== Tests result: SUCCESS ==

1 test OK.

Total duration: 2.0 sec
Total tests: run=91 skipped=8
Total test files: run=1/1
Result: SUCCESS

…2 bit binaries

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL