Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-116622: Fix testPyObjectPrintOSError on Android#122487
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-116622: Fix testPyObjectPrintOSError on Android#122487
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CI failure seems unrelated: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Annoying, but makes sense to me.
82db572
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@mhsmith for the PR, and@freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
GH-122490 is a backport of this pull request to the3.13 branch. |
Adds extra handling for way BSD/Android return errors from calls to fwrite.
Uh oh!
There was an error while loading.Please reload this page.
This test, which was added in#98749, was failing on Android as follows:
This was caused by arecently-fixed bug in OpenBSD's libc, on which Android's libc is based. Luckily there's a simple workaround.
This PR also addresses the comment in#121595 about it being inconvenient to build all architectures before running the testbed. The build script now allows architectures to be missing, as long as at least one is present.