mirror of https://github.com/python/cpython
make global static
This commit is contained in:
parent
b6a53b5c52
commit
e098c4abe5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue