diff options
author | Petr Viktorin <encukou@gmail.com> | 2020-12-29 23:32:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 23:32:07 (GMT) |
commit | 056c08211b402b4dbc1530a9de9d00ad5309909f (patch) | |
tree | cd9e3eb367dde397f56fea413677eebcb4df1b34 /Modules/_functoolsmodule.c | |
parent | 2edfc86f69d8a74f4821974678f664ff94a9dc22 (diff) | |
download | cpython-056c08211b402b4dbc1530a9de9d00ad5309909f.zip cpython-056c08211b402b4dbc1530a9de9d00ad5309909f.tar.gz cpython-056c08211b402b4dbc1530a9de9d00ad5309909f.tar.bz2 |
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>
Diffstat (limited to 'Modules/_functoolsmodule.c')
0 files changed, 0 insertions, 0 deletions