From: Benjamin Peterson Date: Sun, 29 Apr 2018 22:47:18 +0000 (-0700) Subject: generate 2.7.15 NEWS X-Git-Tag: v2.7.15~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c86fc01f63b94408626a2f0e67d991643980ccc;p=python generate 2.7.15 NEWS --- diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst b/Misc/NEWS.d/2.7.15.rst similarity index 59% rename from Misc/NEWS.d/next/Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst rename to Misc/NEWS.d/2.7.15.rst index 9ec1a605c8..52b99da4a6 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst +++ b/Misc/NEWS.d/2.7.15.rst @@ -1,3 +1,9 @@ +.. bpo: 33374 +.. date: 2018-04-29-12-07-00 +.. nonce: -xegL6 +.. release date: 2018-04-29 +.. section: Core and Builtins + Tweak the definition of PyGC_Head, so compilers do not believe it is always 16-byte aligned on x86. This prevents crashes with more aggressive optimizations present in GCC 8.