Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support PEP 739 (build-details.json) #3035

Open
@rickeylev

Description

@rickeylev

I came across PEP 739 (https://peps.python.org/pep-0739/), which says that, starting in Python 3.14, there will be a build-details.json that gives information about the Python runtime.

There's a variety of things in it. Most of them are relevant to defining a toolchain.

For local toolchains, it looks like it can be used to get the necessary information for the toolchain without running Python.

For remote toolchains, it seems less useful, but there's some info that might still be helpful. It's less useful because things like e.g. Python version have to be known before the repo that triggers a download is referenced. Populating the abi flags some of that lower level info would still be helpful, though.

  • language.version_info -- Tells which Python versio
  • abi.flags, extension_suffix, implementation
  • libpython
  • c_api

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions