]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 Jul 2024 00:49:14 +0000 (02:49 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2024 00:49:14 +0000 (00:49 +0000)
commit5212624c426521862699be1bc0779e95ec00ee87
tree72d85a56abdc445ed71fc76371be65097c4f973d
parenta21317f07bb595b8ed05e4debde7ac4af19e9ef1
[3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)

gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487)

Adds extra handling for way BSD/Android return errors from calls to fwrite.
(cherry picked from commit 82db5728136ebec3a1d221570b810b4128a21255)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
Android/android.py
Android/testbed/app/build.gradle.kts
Misc/NEWS.d/next/C API/2024-07-30-23-48-26.gh-issue-116622.yTTtil.rst [new file with mode: 0644]
Objects/object.c