diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-05-02 09:10:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 09:10:21 (GMT) |
commit | de0e3f8c16c13221dbca66b9496a302fd5749c37 (patch) | |
tree | e4dd79dc673ca7c80956492e839b961217babd39 /Misc | |
parent | ee0df3dee4fb965354150126a9a7f8efbcb40e27 (diff) | |
download | cpython-de0e3f8c16c13221dbca66b9496a302fd5749c37.zip cpython-de0e3f8c16c13221dbca66b9496a302fd5749c37.tar.gz cpython-de0e3f8c16c13221dbca66b9496a302fd5749c37.tar.bz2 |
[3.9] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804) (GH-25807)
This allows reliably forcing macOS universal2 framework builds
to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs
if needed for testing or when universal2 wheels are not yet
available.
(cherry picked from commit 0cb33da1cc9cebb9b2d67d446feb1cfd36fe7f55)
Co-authored-by: Ned Deily <nad@python.org>
Automerge-Triggered-By: GH:ned-deily
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2021-05-02-03-45-30.bpo-44009.uvhmlh.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2021-05-02-03-45-30.bpo-44009.uvhmlh.rst b/Misc/NEWS.d/next/macOS/2021-05-02-03-45-30.bpo-44009.uvhmlh.rst new file mode 100644 index 0000000..f9f11c8 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2021-05-02-03-45-30.bpo-44009.uvhmlh.rst @@ -0,0 +1,4 @@ +Provide "python3.x-intel64" executable to allow reliably forcing macOS +universal2 framework builds to run under Rosetta 2 Intel-64 emulation on +Apple Silicon Macs. This can be useful for testing or when universal2 +wheels are not yet available. |