]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116622: Fix testPyObjectPrintOSError on Android (#122487)
authorMalcolm Smith <smith@chaquo.com>
Wed, 31 Jul 2024 00:21:43 +0000 (01:21 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2024 00:21:43 +0000 (08:21 +0800)
commit82db5728136ebec3a1d221570b810b4128a21255
treee06e5278ecbd2af6a4e7ff830f1a9c87a1d862f5
parent29c04dfa2718dd25ad8b381a1027045b312f9739
gh-116622: Fix testPyObjectPrintOSError on Android (#122487)

Adds extra handling for way BSD/Android return errors from calls to fwrite.
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