diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-11-20 05:01:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 05:01:35 (GMT) |
commit | 90850faa015c32c33f6f16469274f9548ff91873 (patch) | |
tree | 73c477c55c424d0828dc10ad7dbcc87d29ce818b /Misc/NEWS.d | |
parent | 4572c98ad2a632fec67d46f0e89131cd147b84f6 (diff) | |
download | cpython-90850faa015c32c33f6f16469274f9548ff91873.zip cpython-90850faa015c32c33f6f16469274f9548ff91873.tar.gz cpython-90850faa015c32c33f6f16469274f9548ff91873.tar.bz2 |
[3.10] Remove trailing space to fix azure failures (#99611)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst b/Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst index 54b78ed..4602d53 100644 --- a/Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst +++ b/Misc/NEWS.d/next/Build/2022-10-25-14-43-00.gh-issue-98671.a42a6d.rst @@ -1,3 +1,3 @@ -Fix ``NO_MISALIGNED_ACCESSES`` being not defined for the SHA3 extension -when ``HAVE_ALIGNED_REQUIRED`` is set. Allowing builds on hardware that +Fix ``NO_MISALIGNED_ACCESSES`` being not defined for the SHA3 extension +when ``HAVE_ALIGNED_REQUIRED`` is set. Allowing builds on hardware that unaligned memory accesses are not allowed. |