https://github.com/python/cpython/commit/027d2cf1e5e2512888340b4cd5d2f1b5a3e... commit: 027d2cf1e5e2512888340b4cd5d2f1b5a3e8af94 branch: master author: Ćukasz Langa <lukasz@langa.pl> committer: ambv <lukasz@langa.pl> date: 2021-03-31T12:22:37+02:00 summary: Document GH-24624 files: A Misc/NEWS.d/next/Build/2021-03-31-12-20-23.bpo-43179.Qbe1OD.rst 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 0000000000000..2d22d47208215 --- /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
participants (1)
-
ambv