forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
.../2018-04-29-12-07-00.bpo-33374.-xegL6.rst → Misc/NEWS.d/2.7.15.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |