]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133143: Add sys.abi_info (GH-137476)
authorKlaus Zimmermann <klaus.zimmermann@quansight.com>
Mon, 8 Sep 2025 14:35:44 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 14:35:44 +0000 (14:35 +0000)
commit1acb718ea215da7ff030f5457bdfa42c31ef39c1
tree39bfc14a28f193162a9cead615622acea9b0b63c
parentc006a623e73d2368ec653e19c769706885161053
gh-133143: Add sys.abi_info (GH-137476)

This makes information about the interpreter ABI more accessible.

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/sys.rst
Doc/whatsnew/3.15.rst
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-06-16-55-44.gh-issue-133143.l7CI9v.rst [new file with mode: 0644]
Python/sysmodule.c