summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2019-05-15-18-28-43.bpo-27987.FaxuLy.rst
blob: 98073471ca7e5a905f6fe6a370fe8bb4e6dedbdc (plain)
1
2
``PyGC_Head`` structure is aligned to ``long double``.  This is needed to
ensure GC-ed objects are aligned properly.  Patch by Inada Naoki.