mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #16745: Hide a couple of symbols by making them local.
This commit is contained in:
parent
c51bafbbda
commit
fb7f580e81
2 changed files with 8 additions and 8 deletions
|
@ -3484,7 +3484,7 @@ PyDec_Round(PyObject *dec, PyObject *args)
|
|||
}
|
||||
}
|
||||
|
||||
PyObject *DecimalTuple = NULL;
|
||||
static PyObject *DecimalTuple = NULL;
|
||||
/* Return the DecimalTuple representation of a PyDecObject. */
|
||||
static PyObject *
|
||||
PyDec_AsTuple(PyObject *dec, PyObject *dummy UNUSED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue