mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
- make some internal symbols static
This commit is contained in:
parent
307676face
commit
bc7315068f
3 changed files with 3 additions and 3 deletions
|
@ -262,7 +262,7 @@ hashtable_hash_pointer_t(_Py_hashtable_t *ht, const void *pkey)
|
|||
}
|
||||
|
||||
|
||||
int
|
||||
static int
|
||||
hashtable_compare_pointer_t(_Py_hashtable_t *ht, const void *pkey,
|
||||
const _Py_hashtable_entry_t *entry)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue