diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-04 18:41:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 18:41:49 (GMT) |
commit | fbf75b9997e280b1220755d0a17dbed71240d42e (patch) | |
tree | a1aa79fe5bab043baa6a33b623595cbebf950f70 /Misc | |
parent | b225d91f0a92d657d9a1b62daa53ab239c8191e3 (diff) | |
download | cpython-fbf75b9997e280b1220755d0a17dbed71240d42e.zip cpython-fbf75b9997e280b1220755d0a17dbed71240d42e.tar.gz cpython-fbf75b9997e280b1220755d0a17dbed71240d42e.tar.bz2 |
Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)" (#24753)
This reverts commit cb7bc7640935f6b05e9d2acfe4b33d496e8f8666.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-11-23-10-14-03.bpo-42405.4vQUja.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-11-23-10-14-03.bpo-42405.4vQUja.rst b/Misc/NEWS.d/next/Windows/2020-11-23-10-14-03.bpo-42405.4vQUja.rst deleted file mode 100644 index 9d71c92..0000000 --- a/Misc/NEWS.d/next/Windows/2020-11-23-10-14-03.bpo-42405.4vQUja.rst +++ /dev/null @@ -1 +0,0 @@ -In distutils, add support for building C extensions on Windows ARM64. |