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-12-29 15:32:07 -08:00
2020-12-26 02:58:33 +01:00
2020-11-10 12:09:55 -08:00
2020-09-16 19:42:00 +01:00
2020-09-16 19:42:00 +01:00
2020-11-05 15:02:12 +01:00
2020-02-13 18:37:17 +01:00
2020-12-03 12:46:16 +02:00
2020-12-07 11:56:20 +01:00
2020-10-05 12:32:00 +03:00
2020-02-14 08:48:12 +01:00
2020-04-28 17:07:12 +02:00
2020-09-28 23:41:11 +02:00
2020-06-20 19:07:25 +01:00
2020-02-13 18:37:17 +01:00
2020-04-29 02:29:20 +02:00
2020-09-23 14:43:45 -04:00
2019-07-05 14:48:24 +02:00
2020-10-19 23:47:37 +01:00
2020-05-12 12:42:04 +03:00
2019-10-15 08:26:12 +01:00
2020-10-10 17:09:45 +03:00
2020-02-12 23:55:09 +01:00
2020-04-29 02:29:20 +02:00
2020-04-28 16:32:48 +02:00
2020-02-13 18:37:17 +01:00
2020-04-07 09:50:06 -07:00
2020-10-12 12:10:42 -07:00
2020-01-18 03:14:59 +00:00
2020-11-17 16:22:23 +01:00
2020-02-13 18:37:17 +01:00
2020-02-13 18:37:17 +01:00
2020-10-27 21:34:33 +01:00
2020-02-13 18:37:17 +01:00
2020-11-10 05:47:31 -08:00
2020-11-04 13:59:15 +01:00
2020-02-13 18:37:17 +01:00
2020-12-03 14:01:10 +01:00
2020-12-01 10:37:39 +01:00
2020-02-13 18:37:17 +01:00
2020-12-17 13:55:28 +00:00
2020-06-22 00:47:46 +01:00
2020-12-08 02:31:04 +00:00
2020-02-14 08:48:12 +01:00
2020-03-04 14:15:20 +01:00
2020-02-13 18:37:17 +01:00
2020-05-05 08:20:38 -07:00
2020-08-10 16:32:21 +02:00
2019-05-23 08:45:22 -07:00
2019-05-23 08:45:22 -07:00
2020-06-15 21:59:47 +02:00
2019-11-20 12:17:09 +01:00
2020-04-28 19:01:31 +02:00
2020-05-12 18:46:20 +02:00
2020-12-10 18:39:17 +01:00
2020-09-29 05:41:23 +09:00
2020-06-15 14:33:48 +02:00
2020-12-01 10:37:39 +01:00
2020-11-13 15:38:17 +01:00
2020-05-14 19:11:00 -07:00
2019-05-29 11:46:58 -07:00
2020-11-02 22:03:28 +01:00
2020-06-22 00:47:46 +01:00
2020-12-08 23:51:54 +01:00
2020-04-07 23:11:49 +02:00
2020-11-16 16:08:05 +01:00
2020-02-13 18:37:17 +01:00
2020-04-29 02:29:20 +02:00
2020-02-13 18:37:17 +01:00
2019-11-16 18:55:29 +02:00
2020-02-13 18:37:17 +01:00
2019-05-23 08:45:22 -07:00
2020-04-15 11:22:10 -07:00
2020-04-28 16:32:48 +02:00
2020-04-29 02:29:20 +02:00
2020-11-10 12:09:55 -08:00
2020-10-19 23:17:50 +01:00
2020-02-13 18:37:17 +01:00