It looks like Python is going to add a sys.abi_info attribute that gives details about the interpreter's ABI.
https://discuss.python.org/t/add-sys-abi-features-to-make-information-about-the-interpreter-abi-more-accessible/94422
python/cpython#137476
Whatever they do, It should be exposed on our toolchains. We already do something similar for sys.abiflags; this new fields is basically a more structured and improved version of it.
It looks like Python is going to add a
sys.abi_infoattribute that gives details about the interpreter's ABI.https://discuss.python.org/t/add-sys-abi-features-to-make-information-about-the-interpreter-abi-more-accessible/94422
python/cpython#137476
Whatever they do, It should be exposed on our toolchains. We already do something similar for
sys.abiflags; this new fields is basically a more structured and improved version of it.