This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add support for ARM64 to libffi
Type: Stage: resolved
Components: Windows Versions: Python 3.9
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: Paul Monson, ned.deily, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2019-05-16 21:50 by Paul Monson, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (4)
msg342675 - (view) Author: Paul Monson (Paul Monson) * Date: 2019-05-16 21:52
These changes are also submitted to libffi as https://github.com/libffi/libffi/pull/490
msg346775 - (view) Author: Paul Monson (Paul Monson) * Date: 2019-06-27 20:39
submitted new PR to fix build and test issues for Windows ARM64 in Python

https://github.com/libffi/libffi/pull/496
msg368404 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-05-08 02:22
Paul, it looks like your changes were included upstream in libffi 3.3.0 which is now being used for python.org Windows builds.  If that is true, can we now close this issue?
msg368407 - (view) Author: Paul Monson (Paul Monson) * Date: 2020-05-08 02:36
Yes I think this can be closed.  Thank you!
History
Date User Action Args
2022-04-11 14:59:15adminsetgithub: 81125
2020-05-08 02:38:51ned.deilysetstatus: open -> closed
resolution: out of date -> third party
2020-05-08 02:36:02Paul Monsonsetstatus: pending -> open

messages: + msg368407
2020-05-08 02:22:45ned.deilysetstatus: open -> pending

versions: + Python 3.9, - Python 3.8
nosy: + ned.deily

messages: + msg368404
resolution: out of date
stage: resolved
2019-06-27 20:39:59Paul Monsonsetmessages: + msg346775
2019-05-16 21:52:18Paul Monsonsetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
versions: + Python 3.8
messages: + msg342675

components: + Windows
title: W -> Add support for ARM64 to libffi
2019-05-16 21:50:56Paul Monsoncreate