diff options
author | Lawrence D'Anna <64555057+lawrence-danna-apple@users.noreply.github.com> | 2020-06-30 09:15:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 09:15:46 (GMT) |
commit | 604d95e235d86465b8c17f02095edcaf18464d4c (patch) | |
tree | 04c70f7c25330f17623ae36eaeac734ad6f4260a /Misc/NEWS.d | |
parent | ba67d7386edf20bcc0f878a518de0894cb574e9f (diff) | |
download | cpython-604d95e235d86465b8c17f02095edcaf18464d4c.zip cpython-604d95e235d86465b8c17f02095edcaf18464d4c.tar.gz cpython-604d95e235d86465b8c17f02095edcaf18464d4c.tar.bz2 |
bpo-41100: fix _decimal for arm64 Mac OS (GH-21228)
Patch by Lawrence Danna.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-06-30-04-44-29.bpo-41100.PJwA6F.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-30-04-44-29.bpo-41100.PJwA6F.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-30-04-44-29.bpo-41100.PJwA6F.rst new file mode 100644 index 0000000..d6176d6 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-30-04-44-29.bpo-41100.PJwA6F.rst @@ -0,0 +1 @@ +add arm64 to the allowable Mac OS arches in mpdecimal.h
\ No newline at end of file |