]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
authorVictor Stinner <vstinner@python.org>
Tue, 25 Jul 2023 00:54:09 +0000 (02:54 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2023 00:54:09 +0000 (00:54 +0000)
commit2e0744955f1c213a55738de848a9d928b78ef289
tree4bc412b942702ed0a2ae1fb84986b69f697c28b4
parent4bbf071635504ee1c6d44f99c98e3fad191a3b13
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)

Rename the internal PySymtable_Lookup() function to
_PySymtable_Lookup() and no longer export it.
Include/internal/pycore_symtable.h
Python/compile.c
Python/symtable.c