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
Bug report
Bug description:
riscv64-unkown-linux-gnuis a PEP 11 tier platform,but
test.test_sysconfig.TestSysConfig.test_linux_ext_suffixexecutes no assertion there.On a debug build of main:
CPython versions tested on:
CPython main branch, 3.16
Operating systems tested on:
Linux
Linked PRs