mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Prevent name pollution by making lots of internal functions static.
This commit is contained in:
parent
f6a904456e
commit
6576bd844f
5 changed files with 35 additions and 35 deletions
|
@ -1214,7 +1214,7 @@ set_iand(PySetObject *so, PyObject *other)
|
|||
return (PyObject *)so;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
set_difference_update_internal(PySetObject *so, PyObject *other)
|
||||
{
|
||||
if ((PyObject *)so == other)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue