summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-03-31 10:22:03 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-03-31 10:22:37 (GMT)
commit027d2cf1e5e2512888340b4cd5d2f1b5a3e8af94 (patch)
treef0614cd51904c47531890bd7e8617e03b37ceadc
parentdec075754960dd85972ce5170df76e862f966132 (diff)
downloadcpython-027d2cf1e5e2512888340b4cd5d2f1b5a3e8af94.zip
cpython-027d2cf1e5e2512888340b4cd5d2f1b5a3e8af94.tar.gz
cpython-027d2cf1e5e2512888340b4cd5d2f1b5a3e8af94.tar.bz2
Document GH-24624
-rw-r--r--Misc/NEWS.d/next/Build/2021-03-31-12-20-23.bpo-43179.Qbe1OD.rst3
1 files changed, 3 insertions, 0 deletions
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
index 0000000..2d22d47
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2021-03-31-12-20-23.bpo-43179.Qbe1OD.rst
@@ -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