Kaydet (Commit) 22701e86 authored tarafından Larry Hastings's avatar Larry Hastings

Issue #15589: Ensure double-alignment for brute-force capi argument parser test

that occasionally uses doubles.
üst 29650116
......@@ -1210,7 +1210,7 @@ parse_tuple_and_keywords(PyObject *self, PyObject *args)
int result;
PyObject *return_value = NULL;
char buffers[32][8];
double buffers[8][4]; /* double ensures alignment where necessary */
if (!PyArg_ParseTuple(args, "OOyO:parse_tuple_and_keywords",
&sub_args, &sub_kwargs,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment