Uh oh!
There was an error while loading. Please reload this page.
gh-131725: Generate GNU hash table in msgfmt.py - #131727
gh-131725: Generate GNU hash table in msgfmt.py#131727StanFromIreland wants to merge 13 commits into
msgfmt.py#131727Conversation
StanFromIreland
commented
Mar 27, 2025
@serhiy-storchaka any thoughts? Anything else you would like to see? |
# Conflicts: # Lib/test/test_tools/msgfmt_data/general.mo # Lib/test/test_tools/test_msgfmt.py
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
cc @terryjreedy unrelated odd test_idle fails |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
StanFromIreland
commented
Mar 30, 2025
!buildbot s390x |
bedevere-bot
commented
Mar 30, 2025
You don't have write permissions to trigger a build |
Can a core dev please call them, we should test the tests on a big endian system. |
| header = struct.unpack("=7I", mo_data[:28]) | ||
| hash_table_size, hash_table_offset = header[5:7] | ||
| hash_tab = struct.unpack(f"={hash_table_size}I", | ||
| mo_data[hash_table_offset : hash_table_offset + (hash_table_size * 4)]) |
There was a problem hiding this comment.
I could just hardcode these sizes since we test them below. Is that preferred?
terryjreedy
commented
Mar 31, 2025
Test_idle failure did not repeat. Next time, copy specific OS and specific failure if you can find it, into your message. |
# Conflicts: # Lib/test/test_tools/msgfmt_data/general.mo
StanFromIreland
commented
May 24, 2025
@serhiy-storchaka friendly ping:-) |
StanFromIreland
commented
Jul 23, 2025
Little ping @tomasr8 / @serhiy-storchaka |
This PR is stale because it has been open for 30 days with no activity. |
Uh oh!
There was an error while loading. Please reload this page.