diff options
author | Sam Gross <colesbury@gmail.com> | 2024-12-04 08:58:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-04 08:58:22 (GMT) |
commit | 6fc643674983e27ec5cc312f2e83468050d1d364 (patch) | |
tree | de56560ca1b685e2eb0e4a2c93e5e923dfaf7f38 /Android | |
parent | 7f882c88cfda486947974cb82c20a1ae7047edfc (diff) | |
download | cpython-6fc643674983e27ec5cc312f2e83468050d1d364.zip cpython-6fc643674983e27ec5cc312f2e83468050d1d364.tar.gz cpython-6fc643674983e27ec5cc312f2e83468050d1d364.tar.bz2 |
gh-127572: Fix `test_structmembers` initialization (GH-127577)
gh-127572: Fix `test_structmembers` initialization.
The 'C' format code expects an `int` as a destination (not a `char`).
This led to test failures on big-endian platforms like s390x. Use the
'c' format code, which expects a `char` as the destination (but requires
a Python byte objects instead of a str).
Diffstat (limited to 'Android')
0 files changed, 0 insertions, 0 deletions