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: Windows 10 ARM32 platform support
Type: enhancement Stage: patch review
Components: Windows Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch, patch, patch, patch

Created on 2019-02-06 19:12 by steve.dower, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 11774 merged python-dev, 2019-02-06 19:40
PR 11774 merged python-dev, 2019-02-06 19:40
PR 11774 merged python-dev, 2019-02-06 19:40
PR 11774 merged python-dev, 2019-02-06 19:40
Messages (3)
msg334972 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-02-06 19:12
As posted at https://mail.python.org/pipermail/python-dev/2019-February/156229.html, add support for the Windows ARM32 platform.

This is related to issue33125, but we are doing ARM32 first before considering ARM64.

Paul Monson (Paul.Monson at microsoft.com) is implementing the support and will be the primary contact for Windows ARM32 support.
msg335489 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-02-14 01:34
Issue35976 was broken out for the more mechanical changes.
msg340855 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-04-25 18:37
New changeset 62dfd7d6fe11bfa0cd1d7376382c8e7b1275e38c by Steve Dower (Paul Monson) in branch 'master':
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
https://github.com/python/cpython/commit/62dfd7d6fe11bfa0cd1d7376382c8e7b1275e38c
History
Date User Action Args
2022-04-11 14:59:11adminsetgithub: 80101
2019-04-25 18:37:10steve.dowersetmessages: + msg340855
2019-02-14 01:34:20steve.dowersetkeywords: patch, patch, patch, patch

messages: + msg335489
2019-02-06 19:40:33python-devsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request11748
2019-02-06 19:40:24python-devsetkeywords: + patch
stage: needs patch -> needs patch
pull_requests: + pull_request11749
2019-02-06 19:40:13python-devsetkeywords: + patch
stage: needs patch -> needs patch
pull_requests: + pull_request11747
2019-02-06 19:40:03python-devsetkeywords: + patch
stage: needs patch -> needs patch
pull_requests: + pull_request11746
2019-02-06 19:29:59Paul Monsonsetnosy: + Paul Monson
2019-02-06 19:12:57steve.dowercreate