]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document GH-24624
authorŁukasz Langa <lukasz@langa.pl>
Wed, 31 Mar 2021 10:22:03 +0000 (12:22 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 31 Mar 2021 10:22:37 +0000 (12:22 +0200)
Misc/NEWS.d/next/Build/2021-03-31-12-20-23.bpo-43179.Qbe1OD.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Build/2021-03-31-12-20-23.bpo-43179.Qbe1OD.rst b/Misc/NEWS.d/next/Build/2021-03-31-12-20-23.bpo-43179.Qbe1OD.rst
new file mode 100644 (file)
index 0000000..2d22d47
--- /dev/null
@@ -0,0 +1,3 @@
+Introduce and correctly use ALIGNOF_X in place of SIZEOF_X for
+alignment-related code in optimized string routines. Patch by Jessica
+Clarke.
\ No newline at end of file