Skip to content
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

python@3: add arm64 compatibility patches #292

Merged
merged 1 commit into from
Jul 15, 2020
Merged

python@3: add arm64 compatibility patches #292

merged 1 commit into from
Jul 15, 2020

Commits on Jul 15, 2020

  1. python@3: add arm64 compatibility patches

    This set of patches includes the following upstream pull requests,
    in this order:
    
    - PR 20171, "Fix _tkinter use"
      python/cpython#20171
      (prerequisite for patch #21249 to apply)
    
    - PR 21114, "Support `arm64` in Mac/Tools/pythonw"
      python/cpython#21114
    
    - PR 21224, "allow python to build for macosx-11.0-arm64"
      python/cpython#21224
    
    - PR 21249, "ctypes fixes for arm64 Mac OS"
      python/cpython#21249
    
    The patches for 20171 and 21249 have been minimally modified in order
    to backport them to 3.8.3.
    
    Note that these have been successfully tested for `python@3.8`
    but not for `python@3.7`.
    
    The patch directive should be surrounded by an `if Hardware::CPU.arm?`
    block.
    claui committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c48178a View commit details
    Browse the repository at this point in the history