From: Benjamin Peterson Date: Tue, 23 Dec 2008 20:12:33 +0000 (+0000) Subject: make global static X-Git-Tag: v2.7a1~2502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e098c4abe5d17fdd469d84ae740eb8bbd8ba9667;p=thirdparty%2FPython%2Fcpython.git make global static --- diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index 4e81d63615d9..d640c39131a8 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c @@ -474,7 +474,7 @@ test_k_code(PyObject *self) #ifdef Py_USING_UNICODE -volatile int x; +static volatile int x; /* Test the u and u# codes for PyArg_ParseTuple. May leak memory in case of an error.