https://github.com/python/cpython/commit/4c86fc01f63b94408626a2f0e67d9916439... commit: 4c86fc01f63b94408626a2f0e67d991643980ccc branch: 2.7 author: Benjamin Peterson <benjamin@python.org> committer: Benjamin Peterson <benjamin@python.org> date: 2018-04-29T15:47:18-07:00 summary: generate 2.7.15 NEWS files: A Misc/NEWS.d/2.7.15.rst D Misc/NEWS.d/next/Core and Builtins/2018-04-29-12-07-00.bpo-33374.-xegL6.rst 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 9ec1a605c8f2..52b99da4a6fd 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.
participants (1)
-
Benjamin Peterson