-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
gh-126525: Fix makeunicodedata.py
output on macOS and Windows
#126526
Conversation
makeunicodedata.py
output on macosmakeunicodedata.py
output on macos and windows
@erlend-aasland this is related to the work I do with the better CI checks of autogenerated files. Since you reviewed the last PR, maybe you are also interested in this one? This will unblock #126682 |
makeunicodedata.py
output on macos and windowsmakeunicodedata.py
output on macOS and Windows
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Thank you! 🤝 |
…pythonGH-126526) (cherry picked from commit f223efb) Co-authored-by: sobolevn <[email protected]>
GH-126725 is a backport of this pull request to the 3.13 branch. |
…pythonGH-126526) (cherry picked from commit f223efb) Co-authored-by: sobolevn <[email protected]>
GH-126726 is a backport of this pull request to the 3.12 branch. |
After - it generates the expected file. To test run
make regen-unicodedata
make regen-unicodedata
produces different file on macos and windows #126525