]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 2 Mar 2023 18:38:22 +0000 (18:38 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 18:38:22 +0000 (18:38 +0000)
commit71db5dbcd714b2e1297c43538188dd69715feb9a
tree4a76dad0166cc9cc54fccb736968f4b201d0e151
parent73250000ac7d6a5e41917e8bcea7234444cbde78
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
Include/internal/pycore_compile.h
Include/internal/pycore_symtable.h
Objects/typeobject.c
Python/compile.c
Python/symtable.c