◐ Shell
clean mode source ↗

gh-116622: Fix testPyObjectPrintOSError on Android by mhsmith · Pull Request #122487 · python/cpython

added 2 commits

July 30, 2024 20:32

@mhsmith

freakboy3742

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 31, 2024
…2487)

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

Co-authored-by: Malcolm Smith <smith@chaquo.com>

freakboy3742 pushed a commit that referenced this pull request

Jul 31, 2024
…#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 82db572)

Co-authored-by: Malcolm Smith <smith@chaquo.com>

blhsing pushed a commit to blhsing/cpython that referenced this pull request

Aug 22, 2024
Adds extra handling for way BSD/Android return errors from calls to fwrite.