Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Apr 24, 2025

@pablogsal
Copy link
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>
@pablogsal pablogsal merged commit 22c9886 into python:main Apr 25, 2025
41 checks passed
@pablogsal pablogsal deleted the fatmac branch April 25, 2025 00:58
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