cpython/Misc/NEWS.d/next/C API
Petr Viktorin 056c08211b
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
```
In file included from /usr/include/python3.8/Python.h:147:
In file included from /usr/include/python3.8/abstract.h:837:
/usr/include/python3.8/cpython/abstract.h:91:11: error: cast from 'char *' to 'vectorcallfunc *'
(aka 'struct _object *(**)(struct _object *, struct _object *const *, unsigned long, struct _object *)')
increases required alignment from 1 to 8 [-Werror,-Wcast-align]

    ptr = (vectorcallfunc*)(((char *)callable) + offset);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
Co-Authored-By: Andreas Schneider <asn@cryptomilk.org>
Co-Authored-By: Antoine Pitrou <antoine@python.org>
2020-12-29 15:32:07 -08:00
..
2020-03-24-09-27-10.bpo-40052.27P2KG.rst bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) 2020-12-29 15:32:07 -08:00
2020-10-21-18-43-06.bpo-42111.9pvtrc.rst bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) 2020-12-08 08:36:53 -08:00
2020-11-22-13-46-06.bpo-1635741.-fJLzA.rst bpo-1635741: Port resource extension module to module state (GH-23462) 2020-12-23 08:55:11 +01:00
2020-12-09-00-35-25.bpo-32381.Je08Ny.rst bpo-32381: Remove unused _Py_fopen() function (GH-23711) 2020-12-09 20:54:31 +01:00
2020-12-10-10-43-03.bpo-42591.CXNY8G.rst bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) 2020-12-10 18:39:17 +01:00
README.rst

README.rst

Put news entry `blurb`_ files for the *C API* section in this directory.

.. _blurb: https://pypi.org/project/blurb/