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
[mypyc] Don't simplify module prefixes if using separate compilation (#19206)
Mypyc shortens module prefixes to generate nicer, shorter C names.
However, this assumes that we know all possible module prefixes. When
doing separate compilation, we only have access to a subset of possible
module prefixes, so there's no good way to shorten module prefixes while
keeping names unique.
0 commit comments