You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Py_Mangle doesn't need to be in compile.c (which is > 10K lines and needs to be reduced).
Moving it to symtable.c will
(1) remove one reason for symtable.c to depend on compile.c
(2) make typeobject.c depend on the much smaller symtable.c instead of on compile.c
(3) make compile.c a little smaller.
_Py_Mangle doesn't need to be in compile.c (which is > 10K lines and needs to be reduced).
Moving it to symtable.c will
(1) remove one reason for symtable.c to depend on compile.c
(2) make typeobject.c depend on the much smaller symtable.c instead of on compile.c
(3) make compile.c a little smaller.
Linked PRs
The text was updated successfully, but these errors were encountered: