mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Rename the internal PySymtable_Lookup() function to _PySymtable_Lookup() and no longer export it.
This commit is contained in:
parent
4bbf071635
commit
2e0744955f
3 changed files with 4 additions and 4 deletions
|
@ -389,7 +389,7 @@ _PySymtable_Free(struct symtable *st)
|
|||
}
|
||||
|
||||
PySTEntryObject *
|
||||
PySymtable_Lookup(struct symtable *st, void *key)
|
||||
_PySymtable_Lookup(struct symtable *st, void *key)
|
||||
{
|
||||
PyObject *k, *v;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue