Skip to content

test_linux_ext_suffix performs no assertions on riscv64 #157688

Description

@furkanonder

Bug report

Bug description:

riscv64-unkown-linux-gnu is a PEP 11 tier platform,
but test.test_sysconfig.TestSysConfig.test_linux_ext_suffix executes no assertion there.

On a debug build of main:

Python 3.16.0a0 (heads/main:8759666e4c0, Sep 17 2026, 15:27:51) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig, platform
>>> platform.machine()
'riscv64'
>>> sysconfig.get_config_var('EXT_SUFFIX')
'.cpython-316d-riscv64-linux-gnu.so'
>>>

CPython versions tested on:

CPython main branch, 3.16

Operating systems tested on:

Linux

Linked PRs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions