Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 413a49145e35c7a2d3a7de27c5a1828449c9b2e5 authored by Benjamin Peterson on 02 March 2019, 18:17:42 UTC
Set version to 2.7.16 final.
Tip revision: 413a491
2.7.15.rst
.. 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.
back to top