From 4c86fc01f63b94408626a2f0e67d991643980ccc Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 29 Apr 2018 15:47:18 -0700 Subject: generate 2.7.15 NEWS --- Misc/NEWS.d/2.7.15.rst | 9 +++++++++ .../Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 Misc/NEWS.d/2.7.15.rst delete mode 100644 Misc/NEWS.d/next/Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst diff --git a/Misc/NEWS.d/2.7.15.rst b/Misc/NEWS.d/2.7.15.rst new file mode 100644 index 0000000..52b99da --- /dev/null +++ b/Misc/NEWS.d/2.7.15.rst @@ -0,0 +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. diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst b/Misc/NEWS.d/next/Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst deleted file mode 100644 index 9ec1a60..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst +++ /dev/null @@ -1,3 +0,0 @@ -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. -- cgit v0.12