summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-08-08 17:22:57 -0700
committerBenjamin Peterson <benjamin@python.org>2012-08-08 17:22:57 -0700
commit652e758fc41c953c5235f389e7dbb481bc915f0a (patch)
tree2c87e935f9bbfe79d391ccfd31e32bc126a4327f /Modules
parent1a1367b821ee6e724cc4d66934f93d84d8544161 (diff)
parent9d512ab97f642215c16eace1705f585f41eb4162 (diff)
downloadcpython-git-652e758fc41c953c5235f389e7dbb481bc915f0a.tar.gz
merge heads
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_testcapimodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c
index ca526bdf71..ce58651512 100644
--- a/Modules/_testcapimodule.c
+++ b/Modules/_testcapimodule.c
@@ -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,