mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
make global static
This commit is contained in:
parent
b6a53b5c52
commit
e098c4abe5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue