-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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-123994: Generate utf-16 file using little endian. #123995
Conversation
jaraco
commented
Sep 12, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Buildbot failure in test_importlib UTF-16 tests #123994
!buildbot s390x |
🤖 New build scheduled with the buildbot fleet by @jaraco for commit 0fc757b 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
0fc757b
to
b85ff7d
Compare
!buildbot s390x |
🤖 New build scheduled with the buildbot fleet by @jaraco for commit b85ff7d 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
This PR doesn't need a backport, as it can be integrated into the backports for #123037. |
) (#123986) * gh-121735: Fix module-adjacent references in zip files (GH-123037) * gh-116608: Apply style and compatibility changes from importlib_metadata. * gh-121735: Ensure module-adjacent resources are loadable from a zipfile. * gh-121735: Allow all modules to be processed by the ZipReader. * Add blurb * Remove update-zips script, unneeded. * Remove unnecessary references to removed static fixtures. * Remove zipdata fixtures, unused. (cherry picked from commit ba687d9) * gh-123994: Generate utf-16 file using little endian and BOM. (#123995) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>