-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-53950: Clear MESSAGES
in msgfmt
#133316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
What would be even better is not having a global variable at all, though that would be a larger change and is already partially covered by #10875 I believe. |
We can just clear it for now, till the larger change is merged. |
Also request @serhiy-storchaka |
I am unsure about the better fix here. Why not eliminate the global variable if that fixes the problem? Then it will make the other PR smaller. |
@merwok I updated the PR with that if that is what you prefer, it is not too bad, the diff is pretty low. |
Sharing MESSAGES between files is a (mis-)feature. See #10875 which solves this problem more thoroughly. |
Do you mind splitting it from the larger pr, it would simplify it as Eric mentioned. |
cc @tomasr8 @merwok