-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
3.12only security fixesonly security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)skip news
Description
_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
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)skip news